summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 38bb3e1724..eb0b73ed62 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -313,6 +313,7 @@ const m_option_t msgl_config[]={
{ "identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
{ "ass", &mp_msg_levels[MSGT_ASS], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
{ "statusline", &mp_msg_levels[MSGT_STATUSLINE], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
+ { "fixme", &mp_msg_levels[MSGT_FIXME], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
{"help", "Available msg modules:\n"
" global - common player errors/information\n"
" cplayer - console player (mplayer.c)\n"
@@ -357,6 +358,7 @@ const m_option_t msgl_config[]={
" identify - identify output\n"
" ass - libass messages\n"
" statusline - playback/encoding status line\n"
+ " fixme - messages not yet fixed to map to module\n"
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}