From: Jean-Marcel Flach Date: Wed, 3 Sep 2014 10:46:29 +0000 (+0200) Subject: Change log message for checking/sending notifications X-Git-Tag: v2.1.1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df3da5f1f3287f0612252c645c7d0d40e64140d8;p=icinga2 Change log message for checking/sending notifications fixes #6719 --- 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();