Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
Mesa.13451
U_mesa-glx-Reduce-error-log-level.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File U_mesa-glx-Reduce-error-log-level.patch of Package Mesa.13451
From 0406f59eebb77e537b50f5cac3a20355686d2a4d Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter <courtney@LunarG.com> Date: Wed, 26 Feb 2014 14:27:08 -0700 Subject: [PATCH] mesa: glx: Reduce error log level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code that parses LIBGL_DRIVERS_PATH was printing an error for every attempted dlopen. It's not an error to have to check multiple items in the path, only an error if no suitable library is found. Reduced the load error to a warning to match behavior of dynamic linker. Signed-off-by: Courtney Goeltzenleuchter <courtney@LunarG.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> --- src/glx/dri_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/dri_common.c b/src/glx/dri_common.c index 8bf47054a325..63c8de38c7c3 100644 --- a/src/glx/dri_common.c +++ b/src/glx/dri_common.c @@ -140,7 +140,7 @@ driOpenDriver(const char *driverName) if (handle != NULL) break; else - ErrorMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror()); + InfoMessageF("dlopen %s failed (%s)\n", realDriverName, dlerror()); } if (!handle) -- 2.0.1
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