summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index bb436a013c..7b03bc5a07 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1457,7 +1457,7 @@ static void update_osd_msg(void) {
#ifdef USE_OSD
if(sh_video) vo_osd_changed(OSDTYPE_OSD); else
#endif
- if(term_osd) printf("%s%s\n",term_osd_esc,msg->msg);
+ if(term_osd) mp_msg(MSGT_CPLAYER,MSGL_STATUS,"%s%s\n",term_osd_esc,msg->msg);
}
return;
}