summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/playloop.c')
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 971895b6a2..9078853fb5 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -105,7 +105,7 @@ void pause_player(struct MPContext *mpctx)
print_status(mpctx);
if (!mpctx->opts->quiet)
- mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_PAUSED\n");
+ MP_SMODE(mpctx, "ID_PAUSED\n");
}
void unpause_player(struct MPContext *mpctx)