mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Change log level to 'notice' for 'Attempting to send notifications' messages
fixes #9021
This commit is contained in:
parent
37f24592ed
commit
4f767ab06a
@ -231,7 +231,7 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe
|
|||||||
{
|
{
|
||||||
ASSERT(!OwnsLock());
|
ASSERT(!OwnsLock());
|
||||||
|
|
||||||
Log(LogInformation, "Notification")
|
Log(LogNotice, "Notification")
|
||||||
<< "Attempting to send notifications for notification object '" << GetName() << "'.";
|
<< "Attempting to send notifications for notification object '" << GetName() << "'.";
|
||||||
|
|
||||||
Checkable::Ptr checkable = GetCheckable();
|
Checkable::Ptr checkable = GetCheckable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user