File libbluray-stop-showing-error-log.patch of Package libbluray.3101

diff --git a/src/libbluray/bdnav/index_parse.c b/src/libbluray/bdnav/index_parse.c
index 981024b..d21bcc6 100644
--- a/src/libbluray/bdnav/index_parse.c
+++ b/src/libbluray/bdnav/index_parse.c
@@ -159,7 +159,7 @@ static INDX_ROOT *_indx_parse(const char *file_name)
 
     fp = file_open(file_name, "rb");
     if (!fp) {
-        BD_DEBUG(DBG_NAV | DBG_CRIT, "indx_parse(): error opening %s\n", file_name);
+        BD_DEBUG(DBG_NAV, "indx_parse(): error opening %s\n", file_name);
         X_FREE(index);
         return NULL;
     }
openSUSE Build Service is sponsored by