From 7b0d9fa148d69b7955c9e9da30f5d391cdf6fe2f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 30 Jun 2020 16:07:12 +0000 Subject: Don't mash words in info messages! --- src/s6-rc/s6-rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/s6-rc/s6-rc.c b/src/s6-rc/s6-rc.c index 5b44447..76e38da 100644 --- a/src/s6-rc/s6-rc.c +++ b/src/s6-rc/s6-rc.c @@ -300,7 +300,7 @@ static inline void on_success (unsigned int i, int h) if (h) state[i] |= 1 ; else state[i] &= 254 ; announce() ; if (verbosity >= 2) - strerr_warni5x(dryrun[0] ? "simulation: " : "", "service ", db->string + db->services[i].name, "successfully st", h ? "arted" : "opped") ; + strerr_warni5x(dryrun[0] ? "simulation: " : "", "service ", db->string + db->services[i].name, " successfully st", h ? "arted" : "opped") ; if (!lameduck) broadcast_success(i, h) ; } -- cgit v1.2.3