summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--codec-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index afffa6377f..05ed7064c5 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -887,7 +887,7 @@ int use_gui = 0;
#endif
int mp_msg_levels[MSGT_MAX];
-int mp_msg_level_all = MSGL_STATUS;
+int mp_msg_level_all = MSGL_ERR;
int verbose = 0;
void wrapline(FILE *f2,char *s){