summaryrefslogtreecommitdiffstats
path: root/player/playloop.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 18:16:02 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:11 +0100
commitfb5ee5bfbe7a7706014b4413d37c480d30512a8a (patch)
treedabf51fa809947c0a1766512c1b01cc52965b2bc /player/playloop.c
parent95d94238f4ad99b1da84b96d7692d25a800cc982 (diff)
downloadmpv-fb5ee5bfbe7a7706014b4413d37c480d30512a8a.tar.bz2
mpv-fb5ee5bfbe7a7706014b4413d37c480d30512a8a.tar.xz
player: use MSGL_SMODE for some slave-mode stuff
Replacement for MSGT_IDENTIFY. Can't kill it off completely yet; certain people would complain to me personally.
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)