]> granicus.if.org Git - icinga2/commitdiff
Move 'GraphiteWriter already connected' to debug log.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Mon, 19 May 2014 20:54:17 +0000 (22:54 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Mon, 19 May 2014 20:54:17 +0000 (22:54 +0200)
Refs #6070

components/perfdata/graphitewriter.cpp

index b481f414794aef228ebc648c55c1728a6102bf33..c82fc39a9d5665e2663bf900ff64f7aecb07a308 100644 (file)
@@ -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) {