]> granicus.if.org Git - icinga2/commitdiff
Change log message for checking/sending notifications
authorJean-Marcel Flach <jean-marcel.flach@netways.de>
Wed, 3 Sep 2014 10:46:29 +0000 (12:46 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 3 Sep 2014 11:23:19 +0000 (13:23 +0200)
fixes #6719

lib/icinga/checkable-notification.cpp

index 4911a5c1d3a68f8aa50e10bdc013281157e04572..28b92a72dc9d27443d0eb8a478f63b4bdcc70b79 100644 (file)
@@ -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<Notification::Ptr> notifications = GetNotifications();