[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:12:41 UTC 2012
The following commit has been merged in the debian/master branch:
commit a0b03c765c314a923e6413d93239fbb5c2c7d5d7
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sun Jan 8 21:58:21 2012 +0100
FIX a second typo in the livestatus database exception class
diff --git a/shinken/modules/livestatus_broker/livestatus_broker.py b/shinken/modules/livestatus_broker/livestatus_broker.py
index 3b31aa9..1b24ba4 100644
--- a/shinken/modules/livestatus_broker/livestatus_broker.py
+++ b/shinken/modules/livestatus_broker/livestatus_broker.py
@@ -682,7 +682,7 @@ class Livestatus_broker(BaseModule):
try:
if logclass != LOGCLASS_INVALID:
self.db.execute('INSERT INTO LOGS VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)', values)
- except LiveStatusDbEerror, e:
+ except LiveStatusDbError, e:
print "An error occurred:", e.args[0]
print "DATABASE ERROR!!!!!!!!!!!!!!!!!"
self.livestatus.count_event('log_message')
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list