Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EFE25E4C9 for ; Thu, 7 Mar 2013 17:51:08 +0000 (UTC) Received: (qmail 93030 invoked by uid 500); 7 Mar 2013 17:51:08 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 92913 invoked by uid 500); 7 Mar 2013 17:51:08 -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: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 92905 invoked by uid 99); 7 Mar 2013 17:51:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 17:51:08 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 17:51:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4B6F72388993; Thu, 7 Mar 2013 17:50:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1453981 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/proxy/proxy_util.c Date: Thu, 07 Mar 2013 17:50:48 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130307175048.4B6F72388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Thu Mar 7 17:50:47 2013 New Revision: 1453981 URL: http://svn.apache.org/r1453981 Log: message tag for dom sock Modified: httpd/httpd/trunk/docs/log-message-tags/next-number httpd/httpd/trunk/modules/proxy/proxy_util.c Modified: httpd/httpd/trunk/docs/log-message-tags/next-number URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1453981&r1=1453980&r2=1453981&view=diff ============================================================================== --- httpd/httpd/trunk/docs/log-message-tags/next-number (original) +++ httpd/httpd/trunk/docs/log-message-tags/next-number Thu Mar 7 17:50:47 2013 @@ -1 +1 @@ -2453 +2455 Modified: httpd/httpd/trunk/modules/proxy/proxy_util.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?rev=1453981&r1=1453980&r2=1453981&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/proxy_util.c (original) +++ httpd/httpd/trunk/modules/proxy/proxy_util.c Thu Mar 7 17:50:47 2013 @@ -2465,7 +2465,7 @@ PROXY_DECLARE(int) ap_proxy_connect_back conn->scpool); if (rv != APR_SUCCESS) { loglevel = APLOG_ERR; - ap_log_error(APLOG_MARK, loglevel, rv, s, APLOGNO() + ap_log_error(APLOG_MARK, loglevel, rv, s, APLOGNO(02453) "%s: error creating Unix domain socket for " "target %s", proxy_function, @@ -2480,7 +2480,7 @@ PROXY_DECLARE(int) ap_proxy_connect_back rv = socket_connect_un(newsock, &sa); if (rv != APR_SUCCESS) { apr_socket_close(newsock); - ap_log_error(APLOG_MARK, APLOG_ERR, rv, s, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_ERR, rv, s, APLOGNO(02454) "%s: attempt to connect to Unix domain socket " "%s (%s) failed", proxy_function,