mirror of https://github.com/Icinga/icinga2.git
parent
101bd10d62
commit
6c0b8db4bf
|
@ -77,7 +77,7 @@ void GraphiteWriter::ReconnectTimerHandler(void)
|
|||
try {
|
||||
if (m_Stream) {
|
||||
m_Stream->Write("\n", 1);
|
||||
Log(LogWarning, "perfdata", "GraphiteWriter already connected on socket on host '" + GetHost() + "' port '" + GetPort() + "'.");
|
||||
Log(LogDebug, "perfdata", "GraphiteWriter already connected on socket on host '" + GetHost() + "' port '" + GetPort() + "'.");
|
||||
return;
|
||||
}
|
||||
} catch (const std::exception& ex) {
|
||||
|
|
Loading…
Reference in New Issue