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