mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-10 07:14:30 +02:00
parent
91577713fd
commit
99f944ac28
@ -409,7 +409,7 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe
|
|||||||
}
|
}
|
||||||
|
|
||||||
Log(LogInformation, "Notification")
|
Log(LogInformation, "Notification")
|
||||||
<< "Sending " << (reminder ? "reminder " : " ") << "'" << NotificationTypeToStringInternal(type) << "' notification '"
|
<< "Sending " << (reminder ? "reminder " : "") << "'" << NotificationTypeToStringInternal(type) << "' notification '"
|
||||||
<< GetName() << " for user '" << userName << "'";
|
<< GetName() << " for user '" << userName << "'";
|
||||||
|
|
||||||
Utility::QueueAsyncCallback(boost::bind(&Notification::ExecuteNotificationHelper, this, type, user, cr, force, author, text));
|
Utility::QueueAsyncCallback(boost::bind(&Notification::ExecuteNotificationHelper, this, type, user, cr, force, author, text));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user