]> granicus.if.org Git - icinga2/commitdiff
Fix missing apostrophe in notification log 5295/head
authormcktr <mcktr55@gmail.com>
Fri, 26 May 2017 15:58:04 +0000 (17:58 +0200)
committermcktr <mcktr55@gmail.com>
Fri, 26 May 2017 15:58:04 +0000 (17:58 +0200)
refs #5294

lib/icinga/notification.cpp

index f8ac784f67611cb1ca58f279a926e7a328950ee1..2dfb895416d696187468ec313025aeab1de87f5b 100644 (file)
@@ -414,7 +414,7 @@ void Notification::BeginExecuteNotification(NotificationType type, const CheckRe
 
                Log(LogInformation, "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));