From 986d15ea9c61a76ed23bfccda8f3e943b6146115 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 24 Oct 2014 13:42:02 +0200 Subject: command: fix debug output It was a bit ugly/annoying. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index d4e462a014..c2cb206a16 100644 --- a/player/command.c +++ b/player/command.c @@ -3720,7 +3720,7 @@ int run_command(MPContext *mpctx, mp_cmd_t *cmd) bool msg_or_nobar_osd = msg_osd && !(auto_osd && opts->osd_bar_visible); int osdl = msg_osd ? 1 : OSD_LEVEL_INVISIBLE; - mp_cmd_dump(mpctx->log, MSGL_V, "Run: ", cmd); + mp_cmd_dump(mpctx->log, MSGL_V, "Run command:", cmd); if (cmd->flags & MP_EXPAND_PROPERTIES) { for (int n = 0; n < cmd->nargs; n++) { -- cgit v1.2.3