projects
/
matthijs
/
projects
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a876c7
)
test: Log at INFO instead of ERROR.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 10 Jun 2010 06:07:44 +0000
(08:07 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Thu, 10 Jun 2010 06:07:44 +0000
(08:07 +0200)
src/lib/backupninja/handlers/test.py
patch
|
blob
|
history
diff --git
a/src/lib/backupninja/handlers/test.py
b/src/lib/backupninja/handlers/test.py
index 091507c8108f28133a2eae829267388f7ca98840..4676ce352d0ae6aeb190b29fac488d57e9c05f35 100644
(file)
--- a/
src/lib/backupninja/handlers/test.py
+++ b/
src/lib/backupninja/handlers/test.py
@@
-27,6
+27,6
@@
from backupninja.handlers import Handler
class TestHandler(Handler):
def run(self):
- log.
error
(self.conf.get('main', 'message'))
+ log.
info
(self.conf.get('main', 'message'))
handler = TestHandler