]> granicus.if.org Git - icinga2/commitdiff
Change log message identifier for libmethods.
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 28 May 2014 11:50:10 +0000 (13:50 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 28 May 2014 12:42:00 +0000 (14:42 +0200)
Refs #6346

lib/methods/pluginnotificationtask.cpp

index 6e25ccd71529a7c91462fcc9c52934a3c4e0cdf7..a1857bb18f7ed73dcd28228fc9e236630ad78073 100644 (file)
@@ -72,6 +72,6 @@ void PluginNotificationTask::ProcessFinishedHandler(const Checkable::Ptr& checka
                msgbuf << "Notification command '" << command << "' for object '"
                       << checkable->GetName() << "' failed; exit status: "
                       << pr.ExitStatus << ", output: " << pr.Output;
-               Log(LogWarning, "icinga", msgbuf.str());
+               Log(LogWarning, "PluginNotificationTask", msgbuf.str());
        }
 }