From a0cdb1ea45f01366258a4439eef20a1ab2de838b Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2013 21:36:19 +0200 Subject: mplayer: print a message when writing watch_later config for resume --- mpvcore/mplayer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c index 5cf2a32ed5..9fc1c0f6c5 100644 --- a/mpvcore/mplayer.c +++ b/mpvcore/mplayer.c @@ -875,6 +875,8 @@ void mp_write_watch_later_conf(struct MPContext *mpctx) if (!conffile) goto exit; + mp_msg(MSGT_CPLAYER, MSGL_INFO, "Saving state.\n"); + FILE *file = fopen(conffile, "wb"); if (!file) goto exit; -- cgit v1.2.3