mirror of https://github.com/Icinga/icinga2.git
parent
4c8d7eea14
commit
7d35585cb0
|
@ -52,7 +52,7 @@ Value AExpression::Evaluate(const Dictionary::Ptr& locals) const
|
||||||
if (m_Operator != &AExpression::OpLiteral) {
|
if (m_Operator != &AExpression::OpLiteral) {
|
||||||
std::ostringstream msgbuf;
|
std::ostringstream msgbuf;
|
||||||
ShowCodeFragment(msgbuf, m_DebugInfo, false);
|
ShowCodeFragment(msgbuf, m_DebugInfo, false);
|
||||||
Log(LogDebug, "Config/AExpression", "Executing:\n" + msgbuf.str());
|
Log(LogDebug, "AExpression", "Executing:\n" + msgbuf.str());
|
||||||
}
|
}
|
||||||
#endif /* _DEBUG */
|
#endif /* _DEBUG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue