summaryrefslogtreecommitdiff
path: root/utils.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-05-08 02:19:44 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-05-08 02:50:19 -0400
commitd159501993cfd0215f94f0e5e16796558417b681 (patch)
treeb0e2b9e9e707dd3f71683e81b9c9c3a1f8b47f86 /utils.cc
parent7ecbf3e125481a02c541f9eb3ed795ac3e245541 (diff)
downloadledger-d159501993cfd0215f94f0e5e16796558417b681.tar.gz
ledger-d159501993cfd0215f94f0e5e16796558417b681.tar.bz2
ledger-d159501993cfd0215f94f0e5e16796558417b681.zip
The code is compiling again, but it's far from being able to run yet.
Diffstat (limited to 'utils.cc')
-rw-r--r--utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.cc b/utils.cc
index ad6f8a96..4cc68667 100644
--- a/utils.cc
+++ b/utils.cc
@@ -472,7 +472,7 @@ bool logger_func(log_level_t level)
IF_VERIFY()
*_log_stream << " TIME OBJSZ MEMSZ" << std::endl;
- appender = (logger_start - now).total_milliseconds();
+ appender = (logger_start - current_moment).total_milliseconds();
}
*_log_stream << std::right << std::setw(5)