]> granicus.if.org Git - apache/commitdiff
Followon to r1671396:
authorRainer Jung <rjung@apache.org>
Thu, 9 Apr 2015 10:54:26 +0000 (10:54 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 9 Apr 2015 10:54:26 +0000 (10:54 +0000)
Remove unwanted redundant output introduced
by that commit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1672289 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 37f8f2fc01e21fc8235353a3324775e5d2d8f922..78a797d538565fac7a6eef0ca9c64c7ce8188c48 100644 (file)
@@ -447,7 +447,6 @@ static int status_handler(request_rec *r)
                    ap_state_query(AP_SQ_CONFIG_GEN));
         ap_rprintf(r, "ParentServerMPMGeneration: %d\n",
                    (int)mpm_generation);
-        ap_rputs("ServerUptimeSeconds: ", r);
         ap_rprintf(r, "ServerUptimeSeconds: %u\n",
                    up_time);
         ap_rputs("ServerUptime:", r);