mplayer: print a message when writing watch_later config for resume

This commit is contained in:
wm4 2013-09-13 21:36:19 +02:00
parent 728816e87b
commit a0cdb1ea45
1 changed files with 2 additions and 0 deletions

View File

@ -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;