[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Httqm
fournet.matthieu at gmail.com
Tue Feb 28 22:07:28 UTC 2012
The following commit has been merged in the debian/master branch:
commit 2b727ce2d2eeb89c55726a469d4f80ec6f82af3a
Author: Httqm <fournet.matthieu at gmail.com>
Date: Wed Nov 23 13:09:50 2011 +0100
"Waring" ==> WarNing
diff --git a/shinken/objects/host.py b/shinken/objects/host.py
index f58ee00..bd0b018 100644
--- a/shinken/objects/host.py
+++ b/shinken/objects/host.py
@@ -386,7 +386,7 @@ class Host(SchedulingItem):
# Ok now we manage special cases...
if self.notifications_enabled and self.contacts == []:
- logger.log("Waring : the host %s do not have contacts nor contact_groups in (%s)" % (self.get_name(), source))
+ logger.log("Warning : the host %s has no contacts nor contact_groups in (%s)" % (self.get_name(), source))
if getattr(self, 'check_command', None) is None:
logger.log("%s : I've got no check_command" % self.get_name())
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list