Use eina error logging, instead of plain printfs.

This commit is contained in:
Jaime Thomas
2009-02-23 01:22:02 +00:00
parent ee5e3024c5
commit 73fe193351
16 changed files with 173 additions and 158 deletions

View File

@@ -26,7 +26,7 @@ ecdb_shutdown(void *data, int type, void *event)
if (!ecore_file_recursive_rm("/tmp/ecdb"))
{
printf("Removal of temporary directory failed!\n");
EINA_ERROR_PWARN("Removal of temporary directory failed!\n");
}
ecore_main_loop_quit();