summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/msg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/msg.c b/common/msg.c
index 52550e9b62..9b17d5925b 100644
--- a/common/msg.c
+++ b/common/msg.c
@@ -269,6 +269,7 @@ void mp_msg_flush_status_line(struct mp_log *log, bool clear)
}
done:
+ log->root->status_line.len = 0;
mp_mutex_unlock(&log->root->lock);
}