Skip to content

Commit

Permalink
Don't spam the log with reminder notifications not being sent
Browse files Browse the repository at this point in the history
fixes #7731
  • Loading branch information
Michael Friedrich committed Feb 12, 2015
1 parent 1c4501d commit 8c8e80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/notification/notificationcomponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ void NotificationComponent::NotificationTimerHandler(void)
}

try {
Log(LogInformation, "NotificationComponent")
<< "Sending reminder notification for object '" << checkable->GetName() << "'";
Log(LogNotice, "NotificationComponent")
<< "Attempting to send reminder notification for object '" << checkable->GetName() << "'";
notification->BeginExecuteNotification(NotificationProblem, checkable->GetLastCheckResult(), false);
} catch (const std::exception& ex) {
Log(LogWarning, "NotificationComponent")
Expand Down

0 comments on commit 8c8e80b

Please sign in to comment.