From df3da5f1f3287f0612252c645c7d0d40e64140d8 Mon Sep 17 00:00:00 2001 From: Jean-Marcel Flach Date: Wed, 3 Sep 2014 12:46:29 +0200 Subject: [PATCH] Change log message for checking/sending notifications fixes #6719 --- lib/icinga/checkable-notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/checkable-notification.cpp b/lib/icinga/checkable-notification.cpp index 4911a5c1d..28b92a72d 100644 --- a/lib/icinga/checkable-notification.cpp +++ b/lib/icinga/checkable-notification.cpp @@ -58,7 +58,7 @@ void Checkable::SendNotifications(NotificationType type, const CheckResult::Ptr& SetForceNextNotification(false); } - Log(LogInformation, "Checkable", "Sending notifications for object '" + GetName() + "'"); + Log(LogInformation, "Checkable", "Checking for configured notifications for object '" + GetName() + "'"); std::set notifications = GetNotifications(); -- 2.50.1