mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
Merge pull request #7185 from Icinga/bugfix/gelfwriter-wrong-log-facility
Fix wrong facility in GelfWriter log message
This commit is contained in:
commit
ef89ea79cb
@ -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