Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP5:GA
libbluray
libbluray-stop-showing-error-log.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libbluray-stop-showing-error-log.patch of Package libbluray
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; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor