summaryrefslogtreecommitdiffstats
path: root/mpvcore/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-30 02:30:17 +0200
committerwm4 <wm4@nowhere>2013-09-01 20:17:51 +0200
commit11d2f723d50307d88f7f828d8c6ff389ef76bf33 (patch)
tree28f8158deebcd9529d56cc7e671c3b0c3b586799 /mpvcore/command.c
parent42fa7cbbf9ffc9682984f81dbafc39f4c2fbf68e (diff)
downloadmpv-11d2f723d50307d88f7f828d8c6ff389ef76bf33.tar.bz2
mpv-11d2f723d50307d88f7f828d8c6ff389ef76bf33.tar.xz
input: print more debug infos, raise loglevel
Diffstat (limited to 'mpvcore/command.c')
-rw-r--r--mpvcore/command.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpvcore/command.c b/mpvcore/command.c
index cfb3c3c60a..9fdee17387 100644
--- a/mpvcore/command.c
+++ b/mpvcore/command.c
@@ -2648,6 +2648,9 @@ void run_command(MPContext *mpctx, mp_cmd_t *cmd)
break;
}
+ case MP_CMD_IGNORE:
+ break;
+
default:
mp_msg(MSGT_CPLAYER, MSGL_V,
"Received unknown cmd %s\n", cmd->name);