changeset 33838:35a9729e2eba

Fix verbosity level broken in r33917.
author cehoyos
date Tue, 26 Jul 2011 10:50:22 +0000
parents aeba53d139c9
children 22855f9368b4
files codec-cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/codec-cfg.c	Mon Jul 25 23:30:24 2011 +0000
+++ b/codec-cfg.c	Tue Jul 26 10:50:22 2011 +0000
@@ -558,7 +558,7 @@
     mp_msg(MSGT_CODECCFG, MSGL_V, "Reading %s: ", cfgfile);
 
     if ((fp = fopen(cfgfile, "r")) == NULL) {
-        mp_msg(MSGT_CODECCFG, MSGL_FATAL, MSGTR_CantOpenFileError, cfgfile, strerror(errno));
+        mp_msg(MSGT_CODECCFG, MSGL_V, MSGTR_CantOpenFileError, cfgfile, strerror(errno));
         return 0;
     }