Our error messages don't have full stops at the end
This commit is contained in:
parent
7e12abe035
commit
7ad40abf64
@ -719,7 +719,7 @@ svc_start(bool deps)
|
|||||||
rc_service_mark(service, RC_SERVICE_HOTPLUGGED);
|
rc_service_mark(service, RC_SERVICE_HOTPLUGGED);
|
||||||
if (strcmp(runlevel, RC_LEVEL_SYSINIT) == 0)
|
if (strcmp(runlevel, RC_LEVEL_SYSINIT) == 0)
|
||||||
ewarnx("WARNING: %s will be started in the"
|
ewarnx("WARNING: %s will be started in the"
|
||||||
" next runlevel.", applet);
|
" next runlevel", applet);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state & RC_SERVICE_STARTED) {
|
if (state & RC_SERVICE_STARTED) {
|
||||||
|
Loading…
Reference in New Issue
Block a user