summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carré2013-02-26 15:48:49 +0100
committerThierry Carré2013-02-28 15:49:05 +0100
commit0997f604d42c6ef5e85b083373d268806daf21cc (patch)
treef087cdb8f66d2be292774437984cbf8558818591
parentfc402da4f830bc448699835438dd3468fcdaa1fd (diff)
polux/devkit/plcd: remove uppercase on third word
-rw-r--r--polux/devkit/plcd/src/plcd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polux/devkit/plcd/src/plcd_main.c b/polux/devkit/plcd/src/plcd_main.c
index efdfe53594..6753b5fa52 100644
--- a/polux/devkit/plcd/src/plcd_main.c
+++ b/polux/devkit/plcd/src/plcd_main.c
@@ -114,7 +114,7 @@ main (int argc, char **argv)
plcd_autoswitch_timer_init ();
/* show PLCD version */
- syslog (LOG_NOTICE, "PLC Daemon (%s) Running\n", PLCD_VERSION);
+ syslog (LOG_NOTICE, "PLC Daemon (%s) running\n", PLCD_VERSION);
/* Terminate the daemon when no feature is enable. */
if (plcd_autoswitch_timer_is_enable ())