efl: fix systemd spelling.

Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
This commit is contained in:
Doug Newgard 2013-06-24 11:52:57 +09:00 committed by Cedric Bail
parent 12458544d1
commit 95bc804a2e
3 changed files with 4 additions and 4 deletions

View File

@ -388,7 +388,7 @@
2013-03-28 Cedric Bail
* Ecore: automatically turn on Systemd watchdog in Ecore main loop.
* Ecore: automatically turn on systemd watchdog in Ecore main loop.
2013-03-28 Carsten Haitzler (The Rasterman)
@ -434,7 +434,7 @@
2013-03-16 Cedric Bail
* Remove Glew and Direct3d code from Ecore_Evas module.
* Add Eina_Log integration for Systemd journal.
* Add Eina_Log integration for systemd journal.
2013-03-15 Carsten Haitzler (The Rasterman)

View File

@ -535,7 +535,7 @@ AC_DEFINE_IF([HAVE_ATFILE_SOURCE],
AC_ARG_ENABLE([systemd],
[AC_HELP_STRING([--enable-systemd],
[Enable SystemD support. @<:@default=disabled@:>@])],
[Enable systemd support. @<:@default=disabled@:>@])],
[
if test "x${enableval}" = "xyes" ; then
want_systemd="yes"

View File

@ -217,7 +217,7 @@ ecore_init(void)
_systemd_watchdog = ecore_timer_add(sec / 2, _systemd_watchdog_cb, NULL);
unsetenv("WATCHDOG_USEC");
INF("Setup Systemd watchdog to : %f", sec);
INF("Setup systemd watchdog to : %f", sec);
_systemd_watchdog_cb(NULL);
}