Fix wrong log message

This commit is contained in:
Michael Friedrich 2015-10-02 11:23:45 +02:00
parent 5f98fd3e9a
commit c4209e6841
1 changed files with 1 additions and 1 deletions

View File

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