From: Rainer Jung Date: Thu, 9 Apr 2015 10:54:26 +0000 (+0000) Subject: Followon to r1671396: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dcb2e1cc25278ad300ba28c0e3ebb08269dc31b;p=thirdparty%2Fapache%2Fhttpd.git 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 37f8f2fc01e..78a797d5385 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);