]> 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)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 20 Apr 2015 06:56:34 +0000 (08:56 +0200)
fixes #9021

lib/icinga/notification.cpp

index afce5c1e886796b5f01958a4dca478b1e82be40b..72101b9cff74b699329c605c56160f362e357daf 100644 (file)
@@ -233,7 +233,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();