projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d94e300
)
Fix wrong facility in GelfWriter log message
7185/head
author
Michael Insel
<michael@insel.email>
Thu, 16 May 2019 17:50:40 +0000
(19:50 +0200)
committer
Michael Insel
<michael@insel.email>
Thu, 16 May 2019 17:50:40 +0000
(19:50 +0200)
This fixes a wrong facility in GelfWriter log message (paused message).
lib/perfdata/gelfwriter.cpp
patch
|
blob
|
history
diff --git
a/lib/perfdata/gelfwriter.cpp
b/lib/perfdata/gelfwriter.cpp
index 55199d7172adf27a5bf2d30ea1848cd95fdb0c25..9c4d4b44a85c18adc016d12e18b723433ac822f6 100644
(file)
--- a/
lib/perfdata/gelfwriter.cpp
+++ b/
lib/perfdata/gelfwriter.cpp
@@
-108,7
+108,7
@@
void GelfWriter::Pause()
m_WorkQueue.Join();
DisconnectInternal();
- Log(LogInformation, "G
raphite
Writer")
+ Log(LogInformation, "G
elf
Writer")
<< "'" << GetName() << "' paused.";
ObjectImpl<GelfWriter>::Pause();