Use eina error logging, instead of plain printfs.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user