Fix wrong facility in GelfWriter log message

This fixes a wrong facility in GelfWriter log message (paused message).
This commit is contained in:
Michael Insel 2019-05-16 19:50:40 +02:00
parent d94e300907
commit bb70613ed1
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();