Change log message identifier for libmethods.

Refs #6346
This commit is contained in:
Michael Friedrich 2014-05-28 13:50:10 +02:00
parent 3ecec31af3
commit 5b071f9611
1 changed files with 1 additions and 1 deletions

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