summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/audio.c b/player/audio.c
index 161e3d7c69..e93f6b49a9 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -835,7 +835,7 @@ void fill_audio_out_buffers(struct MPContext *mpctx)
if (mpctx->vo_chain && ao_c->track && ao_c->track->dec &&
ao_c->track->dec->pts_reset)
{
- MP_VERBOSE(mpctx, "Reset playback due to audio timestamp reset.\n");
+ MP_WARN(mpctx, "Reset playback due to audio timestamp reset.\n");
reset_playback_state(mpctx);
mp_wakeup_core(mpctx);
return;