Convert from debug to info so that it can be reported in the email

This commit is contained in:
olivier 2010-01-05 08:28:52 +01:00 committed by intrigeri
parent 8fb9415609
commit 480ace739c

View File

@ -271,7 +271,7 @@ if [ ! $test ]; then
exit_code=$?
debug $output
cat $outputfile | (while read output ; do
debug $output
info $output
done
)
if [ $exit_code -eq 0 ]; then