From: olivier Date: Tue, 5 Jan 2010 07:28:52 +0000 (+0100) Subject: Convert from debug to info so that it can be reported in the email X-Git-Tag: backupninja-0.9.7~13 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=480ace739c54147c86d7905fb58068da7710b4a8;hp=8fb9415609b3181d8522f42115508dd7a3643345 Convert from debug to info so that it can be reported in the email --- diff --git a/handlers/dup.in b/handlers/dup.in index 198eef7..6e0f698 100644 --- a/handlers/dup.in +++ b/handlers/dup.in @@ -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