errrr.. how about we DONT make every eina using app spew out:

ERR<23281>:eina eina_main.c:173 _eina_shutdown_from_desc() Problems
shutting down eina module 'file', ignored.

now there's a bright idea eh?



SVN revision: 58645
This commit is contained in:
Carsten Haitzler 2011-04-13 21:50:23 +00:00
parent a303d5add7
commit cd1c9be1f9
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ eina_file_shutdown(void)
eina_log_domain_unregister(_eina_file_log_dom);
_eina_file_log_dom = -1;
return EINA_FALSE;
return EINA_TRUE;
}
/**