mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue