summaryrefslogtreecommitdiffstats
path: root/common/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/msg.c')
-rw-r--r--common/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/msg.c b/common/msg.c
index a884fa7d5a..871666add0 100644
--- a/common/msg.c
+++ b/common/msg.c
@@ -282,7 +282,7 @@ static void print_terminal_line(struct mp_log *log, int lev,
set_msg_color(stream, lev);
if (root->show_time)
- fprintf(stream, "[%" PRId64 "] ", mp_time_us());
+ fprintf(stream, "[%" PRId64 "] ", mp_time_us() - MP_START_TIME);
const char *prefix = log->prefix;
if ((lev >= MSGL_V) || root->verbose || root->module)