diff options
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r-- | lib/util/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index 00595957aa..750ad25975 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -983,7 +983,8 @@ bool dbghdrclass(int level, int cls, const char *location, const char *func) } GetTimeOfDay(&tv); - timeval_str_buf(&tv, state.settings.debug_hires_timestamp, &tvbuf); + timeval_str_buf(&tv, false, state.settings.debug_hires_timestamp, + &tvbuf); hs_len = snprintf(header_str, sizeof(header_str), "[%s, %2d", tvbuf.buf, level); |