]> granicus.if.org Git - icinga2/commitdiff
Fix wrong facility in GelfWriter log message 7185/head
authorMichael Insel <michael@insel.email>
Thu, 16 May 2019 17:50:40 +0000 (19:50 +0200)
committerMichael Insel <michael@insel.email>
Thu, 16 May 2019 17:50:40 +0000 (19:50 +0200)
This fixes a wrong facility in GelfWriter log message (paused message).

lib/perfdata/gelfwriter.cpp

index 55199d7172adf27a5bf2d30ea1848cd95fdb0c25..9c4d4b44a85c18adc016d12e18b723433ac822f6 100644 (file)
@@ -108,7 +108,7 @@ void GelfWriter::Pause()
        m_WorkQueue.Join();
        DisconnectInternal();
 
-       Log(LogInformation, "GraphiteWriter")
+       Log(LogInformation, "GelfWriter")
                << "'" << GetName() << "' paused.";
 
        ObjectImpl<GelfWriter>::Pause();