mirror of https://github.com/Icinga/icinga2.git
Fix wrong log message
This commit is contained in:
parent
5f98fd3e9a
commit
c4209e6841
|
@ -161,7 +161,7 @@ void LivestatusListener::ServerThreadProc(void)
|
|||
break;
|
||||
}
|
||||
} catch (std::exception&) {
|
||||
Log(LogCritical, "ListenerListener", "Cannot accept new connection.");
|
||||
Log(LogCritical, "LivestatusListener", "Cannot accept new connection.");
|
||||
}
|
||||
|
||||
m_Listener->Close();
|
||||
|
|
Loading…
Reference in New Issue