Convert from debug to info so that it can be reported in the email
[matthijs/upstream/backupninja.git] / handlers / dup.in
index 198eef72dcb46b8abeb00acac443601feaed49cf..6e0f69876f9d8564c4650db98d9f7fbb58e305b6 100644 (file)
@@ -271,7 +271,7 @@ if [ ! $test ]; then
    exit_code=$?
    debug $output
    cat $outputfile | (while read output ; do
    exit_code=$?
    debug $output
    cat $outputfile | (while read output ; do
-                         debug $output
+                         info $output
                       done
    )
    if [ $exit_code -eq 0 ]; then
                       done
    )
    if [ $exit_code -eq 0 ]; then