From 728816e87bf3e1b90f9572b5e9e168863c684cc0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2013 21:00:45 +0200 Subject: mplayer: change "Playing" message printed before playback start Change it from "Playing file." to "Playing: file". The idea is that it looks nicer without that trailing dot. (See github issue #229.) --- mpvcore/mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c index 542098b5e3..5cf2a32ed5 100644 --- a/mpvcore/mplayer.c +++ b/mpvcore/mplayer.c @@ -4349,7 +4349,7 @@ static void play_current_file(struct MPContext *mpctx) ass_set_style_overrides(mpctx->ass_library, opts->ass_force_style_list); #endif - mp_tmsg(MSGT_CPLAYER, MSGL_INFO, "Playing %s.\n", mpctx->filename); + mp_tmsg(MSGT_CPLAYER, MSGL_INFO, "Playing: %s\n", mpctx->filename); //============ Open & Sync STREAM --- fork cache2 ==================== -- cgit v1.2.3