From 7ad40abf64c54e8983427d8b66d8e5ebb480e64a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 23 Dec 2008 10:42:25 +0000 Subject: Our error messages don't have full stops at the end --- src/rc/runscript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rc/runscript.c b/src/rc/runscript.c index 89e9341..e5077d8 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -719,7 +719,7 @@ svc_start(bool deps) rc_service_mark(service, RC_SERVICE_HOTPLUGGED); if (strcmp(runlevel, RC_LEVEL_SYSINIT) == 0) ewarnx("WARNING: %s will be started in the" - " next runlevel.", applet); + " next runlevel", applet); } if (state & RC_SERVICE_STARTED) { -- cgit v1.2.3