mesa: glx: Reduce error log level
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Wed, 26 Feb 2014 21:27:08 +0000 (14:27 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 12 Jun 2014 16:19:00 +0000 (10:19 -0600)
commit0406f59eebb77e537b50f5cac3a20355686d2a4d
treebe0c3991ac2b8c1c1a17372b779dce3cc9dd3da2
parent33f273778b8c864f52d1b1096a49f053490bf8ca
mesa: glx: Reduce error log level

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