mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
Remove debug message.
This commit is contained in:
parent
175bf245a8
commit
9c817f2a49
@ -63,8 +63,6 @@ void Endpoint::SetClient(const Stream::Ptr& client)
|
|||||||
if (m_Client)
|
if (m_Client)
|
||||||
m_Client->Close();
|
m_Client->Close();
|
||||||
|
|
||||||
Log(LogInformation, "cluster", "Joining endpoint message thread.");
|
|
||||||
|
|
||||||
m_Thread.join();
|
m_Thread.join();
|
||||||
|
|
||||||
m_Client = client;
|
m_Client = client;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user