From 0997f604d42c6ef5e85b083373d268806daf21cc Mon Sep 17 00:00:00 2001 From: Thierry Carré Date: Tue, 26 Feb 2013 15:48:49 +0100 Subject: polux/devkit/plcd: remove uppercase on third word --- polux/devkit/plcd/src/plcd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()) -- cgit v1.2.3