From 480ace739c54147c86d7905fb58068da7710b4a8 Mon Sep 17 00:00:00 2001
From: olivier <olivier@olivierberger.com>
Date: Tue, 5 Jan 2010 08:28:52 +0100
Subject: [PATCH] Convert from debug to info so that it can be reported in the
 email

---
 handlers/dup.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/dup.in b/handlers/dup.in
index 198eef72..6e0f6987 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
-- 
GitLab