eina_module: Raise dlopen() error messages to WRN when file exists
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 13 Jul 2015 05:08:08 +0000 (14:08 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Jul 2015 10:50:38 +0000 (19:50 +0900)
commitc7e0c1b3400e788e4b09435b1a83a7513cb119f0
treec95277a1ef1ca40805b5663fc3733724f0776aa8
parent576f2ccab7d3f83cff00d08c6610f3fd97375f1d
eina_module: Raise dlopen() error messages to WRN when file exists

Failing to load a module that does not exist is indeed not an error,
but failing to load a module that exists on disk happened probably
because of an error like "symbol not found".

Considering eina_module is most likely used by EFL itself, I believe
an internal linking failure is a warning worth reporting.
src/lib/eina/eina_module.c