player: replace some overlooked mp_msgs

There are still some using IDENTIFY, and some without context in
configfiles.c.
This commit is contained in:
wm4
2013-12-19 21:28:55 +01:00
parent 7a8207a3fb
commit 5e0c4ec3e8
8 changed files with 31 additions and 42 deletions

View File

@@ -78,7 +78,7 @@ static void screenshot_msg(screenshot_ctx *ctx, int status, const char *msg,
s = talloc_vasprintf(NULL, msg, ap);
va_end(ap);
mp_msg(MSGT_CPLAYER, status == SMSG_ERR ? MSGL_ERR : MSGL_INFO, "%s\n", s);
MP_MSG(ctx->mpctx, status == SMSG_ERR ? MSGL_ERR : MSGL_INFO, "%s\n", s);
if (ctx->osd) {
set_osd_msg(ctx->mpctx, OSD_MSG_TEXT, 1, ctx->mpctx->opts->osd_duration,
"%s", s);