diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-13 13:41:54 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-13 13:41:54 -0500 |
commit | 73baf9cd727407f6e47b410bbde3b4bcad482ae3 (patch) | |
tree | 71a93ea1eaf17901ebf89fe0556e87ab7ec6db50 /src/utils.cc | |
parent | ef3adb5fe0b91cfd7d74eab7275356aa49de7120 (diff) | |
parent | 2986bc779e055fe8bd3511994c539d65d3a7aa57 (diff) | |
download | fork-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.cc | 5 |
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) |