aboutsummaryrefslogtreecommitdiff
path: root/handlers/dup.in
diff options
context:
space:
mode:
authorolivier <olivier@olivierberger.com>2010-01-05 08:28:52 +0100
committerintrigeri <intrigeri@boum.org>2010-01-05 13:47:12 +0100
commit480ace739c54147c86d7905fb58068da7710b4a8 (patch)
tree7e8fca4501282d09ee167943874a3e3429d8bb17 /handlers/dup.in
parent8fb9415609b3181d8522f42115508dd7a3643345 (diff)
downloadbackupninja-480ace739c54147c86d7905fb58068da7710b4a8.tar.gz
backupninja-480ace739c54147c86d7905fb58068da7710b4a8.tar.bz2
Convert from debug to info so that it can be reported in the email
Diffstat (limited to 'handlers/dup.in')
-rw-r--r--handlers/dup.in2
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