ecore: add some usefull debugging information.

This commit is contained in:
Cedric Bail 2013-03-30 18:09:16 +09:00
parent 5da94cfc89
commit a49d3d6bb2
1 changed files with 4 additions and 0 deletions

View File

@ -216,6 +216,10 @@ ecore_init(void)
_systemd_watchdog = ecore_timer_add(sec / 2, _systemd_watchdog_cb, NULL);
unsetenv("WATCHDOG_USEC");
INF("Setup Systemd watchdog to : %f", sec);
_systemd_watchdog_cb(NULL);
}
#endif