cedric pushed a commit to branch master.

commit a49d3d6bb230f93f883686444f747c1edd154e8b
Author: Cedric Bail <[email protected]>
Date:   Sat Mar 30 18:09:16 2013 +0900

    ecore: add some usefull debugging information.
---
 src/lib/ecore/ecore.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c
index 0527db1..03734db 100644
--- a/src/lib/ecore/ecore.c
+++ b/src/lib/ecore/ecore.c
@@ -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
 

-- 

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2

Reply via email to