summaryrefslogtreecommitdiff
path: root/polux/devkit/plcd/src/plcd_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'polux/devkit/plcd/src/plcd_main.c')
-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 ())