Change log level to 'notice' for 'Attempting to send notifications' messages

fixes #9021
This commit is contained in:
Michael Friedrich 2015-04-12 15:11:38 +02:00 committed by Gunnar Beutner
parent e7a84ff8ba
commit 4b2e1c2662
1 changed files with 1 additions and 1 deletions

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