]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_systemd: add missing space
authorJoe Orton <jorton@apache.org>
Fri, 12 Sep 2025 07:35:31 +0000 (07:35 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 12 Sep 2025 07:35:31 +0000 (07:35 +0000)
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

modules/arch/unix/mod_systemd.c

index 22482fd6bbcef54beb5fe07aab295ca4eb590225..395da965a2d643955f170d8e7fb1ec9ffe895e86 100644 (file)
@@ -114,7 +114,7 @@ static int systemd_monitor(apr_pool_t *p, server_rec *s)
                                  / (float) up_time), bps);
 
     sd_notifyf(0, "READY=1\n"
-               "STATUS=Total requests: %lu; Idle/Busy workers %d/%d;"
+               "STATUS=Total requests: %lu; Idle/Busy workers %d/%d; "
                "Requests/sec: %.3g; Bytes served/sec: %sB/sec\n",
                sload.access_count, sload.idle, sload.busy,
                ((float) sload.access_count) / (float) up_time, bps);