elementary: reduce error noise.

SVN revision: 59243
This commit is contained in:
Cedric BAIL 2011-05-06 16:14:04 +00:00
parent a5630930e8
commit 132c22db16
1 changed files with 1 additions and 2 deletions

View File

@ -291,9 +291,8 @@ static void
elm_mod_shutdown(void)
{
edje_external_type_array_unregister(elm_external_types);
eina_log_domain_unregister(_elm_log_dom);
if (_elm_log_dom >= 0) eina_log_domain_unregister(_elm_log_dom);
_elm_log_dom = -1;
}
EINA_MODULE_INIT(elm_mod_init);