mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-23 17:57:54 +02:00
Merge pull request #10009 from Icinga/Al2Klimov-patch-13
OpenTsdbWriter#CheckResultHandler(): clarify log messages
This commit is contained in:
commit
d551eaea27
@ -207,8 +207,8 @@ void OpenTsdbWriter::CheckResultHandler(const Checkable::Ptr& checkable, const C
|
|||||||
|
|
||||||
if (!missing_macro.IsEmpty()) {
|
if (!missing_macro.IsEmpty()) {
|
||||||
Log(LogDebug, "OpenTsdbWriter")
|
Log(LogDebug, "OpenTsdbWriter")
|
||||||
<< "Unable to resolve macro:'" << missing_macro
|
<< "Unable to resolve macro '" << missing_macro
|
||||||
<< "' for this host or service.";
|
<< "' for checkable '" << checkable->GetName() << "'.";
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@ -227,8 +227,8 @@ void OpenTsdbWriter::CheckResultHandler(const Checkable::Ptr& checkable, const C
|
|||||||
|
|
||||||
if (!missing_macro.IsEmpty()) {
|
if (!missing_macro.IsEmpty()) {
|
||||||
Log(LogDebug, "OpenTsdbWriter")
|
Log(LogDebug, "OpenTsdbWriter")
|
||||||
<< "Unable to resolve macro:'" << missing_macro
|
<< "Unable to resolve macro '" << missing_macro
|
||||||
<< "' for this host or service.";
|
<< "' for checkable '" << checkable->GetName() << "'.";
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user