mirror of https://github.com/Icinga/icinga2.git
Fix wrong facility in GelfWriter log message
This fixes a wrong facility in GelfWriter log message (paused message).
This commit is contained in:
parent
d94e300907
commit
bb70613ed1
|
@ -108,7 +108,7 @@ void GelfWriter::Pause()
|
|||
m_WorkQueue.Join();
|
||||
DisconnectInternal();
|
||||
|
||||
Log(LogInformation, "GraphiteWriter")
|
||||
Log(LogInformation, "GelfWriter")
|
||||
<< "'" << GetName() << "' paused.";
|
||||
|
||||
ObjectImpl<GelfWriter>::Pause();
|
||||
|
|
Loading…
Reference in New Issue