From 8bd362b5d17782cf8fa5317017a1c5d73d76f1b7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 Jun 2010 05:49:20 -0400 Subject: Minor optimization of how non --empty is handled --- src/exprbase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exprbase.h') diff --git a/src/exprbase.h b/src/exprbase.h index cf81a0a7..0c096ab4 100644 --- a/src/exprbase.h +++ b/src/exprbase.h @@ -162,6 +162,7 @@ public: } #endif // defined(DEBUG_ON) + DEBUG("expr.calc.when", "Compiling: " << str); compile(scope); #if defined(DEBUG_ON) @@ -172,6 +173,7 @@ public: #endif // defined(DEBUG_ON) } + DEBUG("expr.calc.when", "Calculating: " << str); return real_calc(scope); } -- cgit v1.2.3