projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb9415
)
Convert from debug to info so that it can be reported in the email
author
olivier
<olivier@olivierberger.com>
Tue, 5 Jan 2010 07:28:52 +0000
(08:28 +0100)
committer
intrigeri
<intrigeri@boum.org>
Tue, 5 Jan 2010 12:47:12 +0000
(13:47 +0100)
handlers/dup.in
patch
|
blob
|
history
diff --git
a/handlers/dup.in
b/handlers/dup.in
index 198eef72dcb46b8abeb00acac443601feaed49cf..6e0f69876f9d8564c4650db98d9f7fbb58e305b6 100644
(file)
--- 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