Tweak logging format.
authorCarl Hetherington <cth@carlh.net>
Thu, 12 Nov 2015 21:27:58 +0000 (21:27 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 12 Nov 2015 21:27:58 +0000 (21:27 +0000)
src/lib/log_entry.cc

index ea2d22462932fb5d6d1edf89ecd084d0391883c1..d29b56747306f0b9a23aff6e3b49c0f678c9d659 100644 (file)
@@ -43,7 +43,7 @@ LogEntry::get () const
 {
        SafeStringStream s;
        if (_type & TYPE_TIMING) {
 {
        SafeStringStream s;
        if (_type & TYPE_TIMING) {
-               s << _time.tv_sec << ":" << _time.tv_usec;
+               s << _time.tv_sec << ":" << _time.tv_usec << " ";
        } else {
                char buffer[64];
                time_t const sec = _time.tv_sec;
        } else {
                char buffer[64];
                time_t const sec = _time.tv_sec;