Merge pull request #7185 from Icinga/bugfix/gelfwriter-wrong-log-facility

Fix wrong facility in GelfWriter log message
This commit is contained in:
Michael Friedrich 2019-05-17 08:33:34 +02:00 committed by GitHub
commit ef89ea79cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void GelfWriter::Pause()
m_WorkQueue.Join();
DisconnectInternal();
Log(LogInformation, "GraphiteWriter")
Log(LogInformation, "GelfWriter")
<< "'" << GetName() << "' paused.";
ObjectImpl<GelfWriter>::Pause();