mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 01:08:04 +02:00
WIP
This commit is contained in:
parent
30cea59a42
commit
a30077cdd1
@ -258,7 +258,8 @@ void JsonRpcConnection::MessageHandler(const String& jsonString)
|
|||||||
{
|
{
|
||||||
Dictionary::Ptr message = JsonRpc::DecodeMessage(jsonString);
|
Dictionary::Ptr message = JsonRpc::DecodeMessage(jsonString);
|
||||||
|
|
||||||
Log(LogCritical, "MESSAGE-HANDLER")
|
if (m_Endpoint)
|
||||||
|
Log(LogCritical, "MESSAGE-HANDLER")
|
||||||
<< "Got message from endpoint '" << m_Endpoint->GetName() << "': " << jsonString;
|
<< "Got message from endpoint '" << m_Endpoint->GetName() << "': " << jsonString;
|
||||||
|
|
||||||
if (m_Endpoint && message->Contains("ts")) {
|
if (m_Endpoint && message->Contains("ts")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user