eina module - it is not an error to ERR log to not load a .so
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 25 Jun 2015 04:15:31 +0000 (13:15 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 25 Jun 2015 04:15:31 +0000 (13:15 +0900)
commit0f4d1d6186bf53d03971a09eab2b286e36f487da
treeb6367be65ad06fa163488f546017cd5a3445796f
parentddb3a605182dd573721c3a946a0e7981182d7047
eina module - it is not an error to ERR log to not load a .so

it is not an error. eina_module may be used on files that don't exist
and the caller may handle that as a "does not exist" error. it is not
good to go spewing out errors for this. it's debug at best.

@fix
src/lib/eina/eina_module.c