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