From: Michael Insel Date: Thu, 16 May 2019 17:50:40 +0000 (+0200) Subject: Fix wrong facility in GelfWriter log message X-Git-Tag: v2.11.0-rc1~98^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb70613ed1012bc1f57794c214fd8190dce54953;p=icinga2 Fix wrong facility in GelfWriter log message This fixes a wrong facility in GelfWriter log message (paused message). --- diff --git a/lib/perfdata/gelfwriter.cpp b/lib/perfdata/gelfwriter.cpp index 55199d717..9c4d4b44a 100644 --- a/lib/perfdata/gelfwriter.cpp +++ b/lib/perfdata/gelfwriter.cpp @@ -108,7 +108,7 @@ void GelfWriter::Pause() m_WorkQueue.Join(); DisconnectInternal(); - Log(LogInformation, "GraphiteWriter") + Log(LogInformation, "GelfWriter") << "'" << GetName() << "' paused."; ObjectImpl::Pause();