mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
parent
3ecec31af3
commit
5b071f9611
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue