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