Skip to content

Commit 9cd6c92

Browse files
committed
mod_systemd: add missing space
Submitted by: Christian Hesse <mail eworm.de> Github: closes #557 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928356 13f79535-47bb-0310-9956-ffa450edef68
1 parent a6dcd19 commit 9cd6c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/arch/unix/mod_systemd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static int systemd_monitor(apr_pool_t *p, server_rec *s)
114114
/ (float) up_time), bps);
115115

116116
sd_notifyf(0, "READY=1\n"
117-
"STATUS=Total requests: %lu; Idle/Busy workers %d/%d;"
117+
"STATUS=Total requests: %lu; Idle/Busy workers %d/%d; "
118118
"Requests/sec: %.3g; Bytes served/sec: %sB/sec\n",
119119
sload.access_count, sload.idle, sload.busy,
120120
((float) sload.access_count) / (float) up_time, bps);

0 commit comments

Comments
 (0)