mirror of
https://github.com/Icinga/icinga2.git
synced 2025-06-18 12:40:21 +02:00
parent
ce00081a57
commit
173f5241c4
@ -155,7 +155,7 @@ void ApplyRule::CheckMatches(void)
|
|||||||
BOOST_FOREACH(const ApplyRule& rule, kv.second) {
|
BOOST_FOREACH(const ApplyRule& rule, kv.second) {
|
||||||
if (!rule.HasMatches())
|
if (!rule.HasMatches())
|
||||||
Log(LogWarning, "ApplyRule")
|
Log(LogWarning, "ApplyRule")
|
||||||
<< "Apply rule '" + rule.GetName() + "' for type '" + kv.first + "' does not match anywhere!";
|
<< "Apply rule '" << rule.GetName() << "' (" << rule.GetDebugInfo() << ") for type '" << kv.first << "' does not match anywhere!";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user