efreet: Use eina log

SVN revision: 62581
This commit is contained in:
Sebastian Dransfeld 2011-08-19 06:44:49 +00:00
parent 6dffcf4c32
commit 1210e95895
1 changed files with 1 additions and 1 deletions

View File

@ -1239,7 +1239,7 @@ desktop_cache_update_cache_cb(void *data __UNUSED__)
eina_stringshare_del(str);
}
}
printf("Run desktop cache creation: %s\n", file);
INF("Run desktop cache creation: %s", file);
desktop_cache_exe = ecore_exe_run(file, NULL);
ecore_exe_run_priority_set(prio);
if (!desktop_cache_exe) goto error;