From 95bc804a2e48836beb3f8a240d8c1d5d4e1dc3fe Mon Sep 17 00:00:00 2001 From: Doug Newgard Date: Mon, 24 Jun 2013 11:52:57 +0900 Subject: [PATCH] efl: fix systemd spelling. Signed-off-by: Cedric Bail --- ChangeLog | 4 ++-- configure.ac | 2 +- src/lib/ecore/ecore.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2abf99d25..9ff23e9402 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/configure.ac b/configure.ac index 35f400c2c1..4a6a4bec41 100644 --- a/configure.ac +++ b/configure.ac @@ -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" diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c index 51d55db623..879f130d8d 100644 --- a/src/lib/ecore/ecore.c +++ b/src/lib/ecore/ecore.c @@ -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); }