Eina Log: don't remove a domain from env var list on the first register
authorbdilly <bdilly>
Thu, 5 Jul 2012 21:06:05 +0000 (21:06 +0000)
committerbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 5 Jul 2012 21:06:05 +0000 (21:06 +0000)
commitcb4fe400c07a79da077e601680bf7fd2f903a304
treeaa3103159d1156e2156b6e96d915968c7892c81c
parentfb67fd084f2986e0c726409b17a7ce8631f37ea2
Eina Log: don't remove a domain from env var list on the first register

Let say you pass a log level 4 for a domain on env var.

So if you, for some reason, register a domain, unregister it, and register
it again, the log level will be set as 1 instead of 4.
And you'll miss info and debug msgs...

Now only remove this information when cleaning pending list,
on eina_log_shutdown().

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