]> granicus.if.org Git - apache/commitdiff
Submitted by: sf
authorEric Covener <covener@apache.org>
Sun, 25 Mar 2012 12:05:39 +0000 (12:05 +0000)
committerEric Covener <covener@apache.org>
Sun, 25 Mar 2012 12:05:39 +0000 (12:05 +0000)
Reviewed by sf, trawick, druggeri

Merge r1304855 from trunk:

Downgrade log message about adjusted IP address to trace1

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1305016 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/metadata/mod_remoteip.c

diff --git a/STATUS b/STATUS
index 640ad07b20f7ea7eed97392948e207e1495de8ec..a9030c6a10412d208725e5168e0f6fee60331097 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,11 +88,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  * mod_remoteip: Downgrade log message level
-    Trunk patch: http://svn.apache.org/viewvc?rev=1304855&view=rev
-    2.4.x patch: Trunk patch works
-    +1: sf, trawick, druggeri 
-
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
index d2858cc10e79ac5a89687e3e1e4f63e987bc79bf..60d7a1f5bb1b6f3690b2fe3fba9d1e45a858468b 100644 (file)
@@ -397,7 +397,7 @@ static int remoteip_modify_request(request_rec *r)
     r->useragent_addr = req->useragent_addr;
     r->useragent_ip = req->useragent_ip;
 
-    ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r,
+    ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r,
                   req->proxy_ips
                       ? "Using %s as client's IP by proxies %s"
                       : "Using %s as client's IP by internal proxies",