]> granicus.if.org Git - apache/commitdiff
Typo.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 18 Aug 2004 16:49:46 +0000 (16:49 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 18 Aug 2004 16:49:46 +0000 (16:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104715 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_ajp.c

index 92a4197a833b0e83aaa5ecaff40e2690f001a71a..a27ad99d7b0e763495ab91c99b7e341367a901fe 100644 (file)
@@ -261,7 +261,7 @@ static int ap_proxy_ajp_process_response(apr_pool_t * p, request_rec *r,
     if (status != APR_SUCCESS) {
         ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
                       "proxy: error reading headers from remote "
-                      "server %s:%d",
+                      "server %pI:%d",
                       backend->worker->cp->addr,
                       backend->worker->hostname);
         return ap_proxyerror(r, HTTP_BAD_GATEWAY,