Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 79351 invoked from network); 18 Aug 2004 21:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 21:20:39 -0000 Received: (qmail 43978 invoked by uid 500); 18 Aug 2004 21:20:30 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43899 invoked by uid 500); 18 Aug 2004 21:20:29 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Delivered-To: moderator for cvs@httpd.apache.org Received: (qmail 46227 invoked by uid 500); 18 Aug 2004 16:53:51 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 18 Aug 2004 16:53:50 -0000 Message-ID: <20040818165350.54964.qmail@minotaur.apache.org> From: jfclere@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy proxy_ajp.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jfclere 2004/08/18 09:53:50 Modified: modules/proxy proxy_ajp.c Log: Sorry there were 2 typos Revision Changes Path 1.15 +1 -1 httpd-2.0/modules/proxy/proxy_ajp.c Index: proxy_ajp.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_ajp.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- proxy_ajp.c 18 Aug 2004 16:49:46 -0000 1.14 +++ proxy_ajp.c 18 Aug 2004 16:53:50 -0000 1.15 @@ -261,7 +261,7 @@ if (status != APR_SUCCESS) { ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "proxy: error reading headers from remote " - "server %pI:%d", + "server %pI:%s", backend->worker->cp->addr, backend->worker->hostname); return ap_proxyerror(r, HTTP_BAD_GATEWAY,