back to printfs for e startup

SVN revision: 74425
This commit is contained in:
Mike Blumenkrantz 2012-07-26 08:25:12 +00:00
parent c2ad72cf6b
commit de3dda2d03
1 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ main(int argc, char **argv)
# define TS(x) \ # define TS(x) \
{ \ { \
t1 = ecore_time_unix_get(); \ t1 = ecore_time_unix_get(); \
INF("ESTART: %1.5f [%1.5f] - %s", t1 - t0, t1 - t2, x); \ printf("ESTART: %1.5f [%1.5f] - %s\n", t1 - t0, t1 - t2, x); \
t2 = t1; \ t2 = t1; \
} }
#endif #endif
@ -1166,7 +1166,7 @@ _e_main_shutdown(int errcode)
{ {
int i = 0; int i = 0;
INF("E17: Begin Shutdown Procedure!\n"); printf("E17: Begin Shutdown Procedure!\n");
if (_idle_before) ecore_idle_enterer_del(_idle_before); if (_idle_before) ecore_idle_enterer_del(_idle_before);
_idle_before = NULL; _idle_before = NULL;