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

@@ -37,7 +37,7 @@ ecdb_about_show(void)
if (!win)
{
printf("Cannot create the about window!\n");
EINA_ERROR_PWARN("Cannot create the about window!\n");
return;
}