mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-29 19:00:17 +02:00
Fixed indentation
This commit is contained in:
parent
f788795415
commit
b5a7af126d
@ -70,13 +70,13 @@ void PluginUtility::ExecuteCommand(const Command::Ptr& commandObj, const Checkab
|
|||||||
for (const Dictionary::Pair& kv : env) {
|
for (const Dictionary::Pair& kv : env) {
|
||||||
String name = kv.second;
|
String name = kv.second;
|
||||||
|
|
||||||
String missingMacro;
|
String missingMacro;
|
||||||
Value value = MacroProcessor::ResolveMacros(name, macroResolvers, cr,
|
Value value = MacroProcessor::ResolveMacros(name, macroResolvers, cr,
|
||||||
&missingMacro, MacroProcessor::EscapeCallback(), resolvedMacros,
|
&missingMacro, MacroProcessor::EscapeCallback(), resolvedMacros,
|
||||||
useResolvedMacros);
|
useResolvedMacros);
|
||||||
|
|
||||||
#ifdef I2_DEBUG
|
#ifdef I2_DEBUG
|
||||||
if (!missingMacro.IsEmpty())
|
if (!missingMacro.IsEmpty())
|
||||||
Log(LogDebug, "PluginUtility")
|
Log(LogDebug, "PluginUtility")
|
||||||
<< "Macro '" << name << "' is not defined.";
|
<< "Macro '" << name << "' is not defined.";
|
||||||
#endif /* I2_DEBUG */
|
#endif /* I2_DEBUG */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user