mirror of https://github.com/Icinga/icinga2.git
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)
|
||||
m_Client->Close();
|
||||
|
||||
Log(LogInformation, "cluster", "Joining endpoint message thread.");
|
||||
|
||||
m_Thread.join();
|
||||
|
||||
m_Client = client;
|
||||
|
|
Loading…
Reference in New Issue