Ecore: use ERR macro instead of fputs

SVN revision: 79439
This commit is contained in:
Vincent Torri 2012-11-19 06:28:55 +00:00
parent a263978d34
commit 62f3df3e30
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ ecore_main_loop_glib_integrate(void)
_ecore_glib_active = EINA_TRUE; _ecore_glib_active = EINA_TRUE;
return EINA_TRUE; return EINA_TRUE;
#else #else
fputs("ERROR: no glib support in ecore.\n", stderr); ERR("No glib support");
return EINA_FALSE; return EINA_FALSE;
#endif #endif
} }