eina/module: Rephrase warnings message on module init.
authorstefan <stefan>
Mon, 10 Sep 2012 14:09:48 +0000 (14:09 +0000)
committerstefan <stefan@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 10 Sep 2012 14:09:48 +0000 (14:09 +0000)
commit017a27feb9a9857339caad3e75d4689d14d03ecc
tree828c03ea91ea2a1d260b81c8aebfe5123d863da8
parentab706c2fec93439482d6356642edd53a7993b9b9
eina/module: Rephrase warnings message on module init.

Thsi will also fail if the symbol is there but the init function just fails
to deliver EINA_TRUE. After to much digging and wondering why dlsymb and
dlopen don't behave Daniel was able to point out to me that this warning also
gets shown if init fails.

Adjust the warning message to avoid others spending to much time on this as well.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@76409 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/eina_module.c