You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2013/03/07 18:50:48 UTC

svn commit: r1453981 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/proxy/proxy_util.c

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,