]> granicus.if.org Git - apache/commitdiff
Small status displaying fix.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Aug 2004 23:31:40 +0000 (23:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Aug 2004 23:31:40 +0000 (23:31 +0000)
Submitted by: mturk

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

modules/proxy/mod_proxy.c

index 5c49a48a1e3b93ed7f77ac7ee07b675e357838e2..3069366ac789fc14b17ac1c02deb2100151925d6 100644 (file)
@@ -1588,7 +1588,7 @@ static int proxy_status_hook(request_rec *r, int flags)
                  "<th>SSes</th><th>Timeout</th>"
                  "</tr>\n<tr>", r);                
         ap_rvputs(r, "<td>", balancer->sticky, NULL);
-        ap_rprintf(r, "</td><td>%d %d sec</td>\n", i,
+        ap_rprintf(r, "</td><td>%d</td>\n",
                    apr_time_sec(balancer->timeout));
         ap_rputs("</table>\n", r);
         ap_rputs("\n\n<table border=\"0\"><tr>"