summaryrefslogtreecommitdiffstats
path: root/parser-mecmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-mecmd.c')
-rw-r--r--parser-mecmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-mecmd.c b/parser-mecmd.c
index 65eabdd85a..99251ac10e 100644
--- a/parser-mecmd.c
+++ b/parser-mecmd.c
@@ -100,7 +100,7 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv)
else
if(tmp < 0){
// mp_msg(MSGT_CFGPARSER, MSGL_ERR, "m_config_set_option() failed (%d)\n",tmp);
- mp_msg(MSGT_CFGPARSER, MSGL_ERR, "Error parsing option on the command line: -%s\n",opt);
+ mp_msg(MSGT_CFGPARSER, MSGL_FATAL, "Error parsing option on the command line: -%s\n",opt);
goto err_out;
}
} else {