]> granicus.if.org Git - icinga2/commitdiff
Change log level to 'notice' for 'Attempting to send notifications' messages
authorMichael Friedrich <michael.friedrich@netways.de>
Sun, 12 Apr 2015 13:11:38 +0000 (15:11 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Sun, 12 Apr 2015 13:11:38 +0000 (15:11 +0200)
fixes #9021

lib/icinga/notification.cpp

index 7289df566c6c1332fbb364bbead6f692c4a3f0b7..653dc3fcc50001ec660cd1799f3a4fd69c5b85b4 100644 (file)
@@ -231,7 +231,7 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe
 {
        ASSERT(!OwnsLock());
 
-       Log(LogInformation, "Notification")
+       Log(LogNotice, "Notification")
            << "Attempting to send notifications for notification object '" << GetName() << "'.";
 
        Checkable::Ptr checkable = GetCheckable();