mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
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();
|
m_WorkQueue.Join();
|
||||||
DisconnectInternal();
|
DisconnectInternal();
|
||||||
|
|
||||||
Log(LogInformation, "GraphiteWriter")
|
Log(LogInformation, "GelfWriter")
|
||||||
<< "'" << GetName() << "' paused.";
|
<< "'" << GetName() << "' paused.";
|
||||||
|
|
||||||
ObjectImpl<GelfWriter>::Pause();
|
ObjectImpl<GelfWriter>::Pause();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user