efl/legacy/eina/src
Bruno Dilly c4d655f56b 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().



SVN revision: 73380
2012-07-05 21:06:05 +00:00
..
examples Adding EINA_INLIST_CONTAINER_GET to the examples when freeing the list. 2012-06-08 13:22:09 +00:00
include eina: handle gracefully eina_*_free with NULL. 2012-07-05 01:12:27 +00:00
lib Eina Log: don't remove a domain from env var list on the first register 2012-07-05 21:06:05 +00:00
modules eina: fix build when valgrind is not in a standard location. 2012-03-16 11:25:14 +00:00
tests Eina: reorganise a bit the autotools. Please report any problem 2012-06-29 06:49:08 +00:00
Makefile.am eina: add autotools rules to building and installing examples. 2011-06-09 18:53:38 +00:00