mplayer: print a message when writing watch_later config for resume

Putting this into stable, because it might help debugging certain
issues, and also making the user aware what's happening.
This commit is contained in:
wm4 2013-09-13 21:36:19 +02:00
parent 7973487a4c
commit 11602fd31a
1 changed files with 2 additions and 0 deletions

View File

@ -867,6 +867,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;