Changed scope of two DEBUG statements
This commit is contained in:
parent
dd6bcf347e
commit
755495ee8a
1 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ public:
|
||||||
}
|
}
|
||||||
#endif // defined(DEBUG_ON)
|
#endif // defined(DEBUG_ON)
|
||||||
|
|
||||||
DEBUG("expr.calc.when", "Compiling: " << str);
|
DEBUG("expr.compile", "Compiling: " << str);
|
||||||
compile(scope);
|
compile(scope);
|
||||||
|
|
||||||
#if defined(DEBUG_ON)
|
#if defined(DEBUG_ON)
|
||||||
|
|
@ -174,7 +174,7 @@ public:
|
||||||
#endif // defined(DEBUG_ON)
|
#endif // defined(DEBUG_ON)
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG("expr.calc.when", "Calculating: " << str);
|
DEBUG("expr.calc", "Calculating: " << str);
|
||||||
return real_calc(scope);
|
return real_calc(scope);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue