summaryrefslogtreecommitdiff
path: root/src/utils.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-13 13:41:54 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-13 13:41:54 -0500
commit73baf9cd727407f6e47b410bbde3b4bcad482ae3 (patch)
tree71a93ea1eaf17901ebf89fe0556e87ab7ec6db50 /src/utils.cc
parentef3adb5fe0b91cfd7d74eab7275356aa49de7120 (diff)
parent2986bc779e055fe8bd3511994c539d65d3a7aa57 (diff)
downloadfork-ledger-73baf9cd727407f6e47b410bbde3b4bcad482ae3.tar.gz
fork-ledger-73baf9cd727407f6e47b410bbde3b4bcad482ae3.tar.bz2
fork-ledger-73baf9cd727407f6e47b410bbde3b4bcad482ae3.zip
Merge branch 'next'
Diffstat (limited to 'src/utils.cc')
-rw-r--r--src/utils.cc5
1 files changed, 5 insertions, 0 deletions
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)