From 6afd2b39cf4be54c86a69a64b741396e14b5607a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Feb 2009 04:50:46 -0400 Subject: Changed a debug category to be more accurate --- src/expr.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/expr.cc') diff --git a/src/expr.cc b/src/expr.cc index b0262f17..b9252714 100644 --- a/src/expr.cc +++ b/src/expr.cc @@ -126,15 +126,15 @@ value_t expr_t::calc(scope_t& scope) { if (ptr.get()) { if (! compiled) { - if (SHOW_DEBUG("expr.calc")) { - DEBUG("expr.calc", "Before compilation:"); + if (SHOW_DEBUG("expr.compile")) { + DEBUG("expr.compile", "Before compilation:"); dump(*_log_stream); } compile(scope); - if (SHOW_DEBUG("expr.calc")) { - DEBUG("expr.calc", "After compilation:"); + if (SHOW_DEBUG("expr.compile")) { + DEBUG("expr.compile", "After compilation:"); dump(*_log_stream); } } -- cgit v1.2.3