diff options
author | olivier <olivier@olivierberger.com> | 2010-01-05 08:28:52 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-01-05 13:47:12 +0100 |
commit | 480ace739c54147c86d7905fb58068da7710b4a8 (patch) | |
tree | 7e8fca4501282d09ee167943874a3e3429d8bb17 | |
parent | 8fb9415609b3181d8522f42115508dd7a3643345 (diff) | |
download | backupninja-480ace739c54147c86d7905fb58068da7710b4a8.tar.gz backupninja-480ace739c54147c86d7905fb58068da7710b4a8.tar.bz2 |
Convert from debug to info so that it can be reported in the email
-rw-r--r-- | handlers/dup.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |