From: Rainer Jung Date: Thu, 9 Apr 2015 10:54:26 +0000 (+0000) Subject: Followon to r1671396: X-Git-Tag: 2.5.0-alpha~3327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65c97d7d9203796c48dde5e576b0df9ca9d90d23;p=apache Followon to r1671396: 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 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 37f8f2fc01..78a797d538 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -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);