summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpvcore/mplayer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index 676ccf9843..d7e55fe1bc 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -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;