From f50ea971ef12929d015657f22942b1cc0e328165 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 13 Nov 2009 01:48:13 -0500 Subject: Fixed some debug output --- src/utils.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/utils.cc b/src/utils.cc index d661f410..f2460ba1 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -550,8 +550,13 @@ bool logger_func(log_level_t level) logger_has_run = true; logger_start = TRUE_CURRENT_TIME(); +#if defined(VERIFY_ON) IF_VERIFY() *_log_stream << " TIME OBJSZ MEMSZ" << std::endl; +#else + IF_VERIFY() + *_log_stream << " TIME" << std::endl; +#endif } *_log_stream << std::right << std::setw(5) -- cgit v1.2.3