summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exprbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exprbase.h b/src/exprbase.h
index 56900dbb..bea25320 100644
--- a/src/exprbase.h
+++ b/src/exprbase.h
@@ -163,7 +163,7 @@ public:
}
#endif // defined(DEBUG_ON)
- DEBUG("expr.calc.when", "Compiling: " << str);
+ DEBUG("expr.compile", "Compiling: " << str);
compile(scope);
#if defined(DEBUG_ON)
@@ -174,7 +174,7 @@ public:
#endif // defined(DEBUG_ON)
}
- DEBUG("expr.calc.when", "Calculating: " << str);
+ DEBUG("expr.calc", "Calculating: " << str);
return real_calc(scope);
}