Fix wrong log message

This commit is contained in:
Michael Friedrich 2015-10-02 11:23:45 +02:00
parent 5f98fd3e9a
commit c4209e6841

View File

@ -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();