Change log message for checking/sending notifications

fixes #6719
This commit is contained in:
Jean-Marcel Flach 2014-09-03 12:46:29 +02:00 committed by Gunnar Beutner
parent ba0062b543
commit df3da5f1f3
1 changed files with 1 additions and 1 deletions

View 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();