mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
mplayer: print a message when writing watch_later config for resume
This commit is contained in:
parent
728816e87b
commit
a0cdb1ea45
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user