This is an automated email from the ASF dual-hosted git repository.
taybou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 8843569 UNOMI-408: fix debug log in SetRemoteHostInfoAction (#226)
8843569 is described below
commit 8843569a3671059e4a3727ed72f9433919238484
Author: kevan Jahanshahi <[email protected]>
AuthorDate: Mon Dec 14 16:14:43 2020 +0100
UNOMI-408: fix debug log in SetRemoteHostInfoAction (#226)
---
.../apache/unomi/plugins/request/actions/SetRemoteHostInfoAction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins/request/src/main/java/org/apache/unomi/plugins/request/actions/SetRemoteHostInfoAction.java
b/plugins/request/src/main/java/org/apache/unomi/plugins/request/actions/SetRemoteHostInfoAction.java
index 34f9fd4..02c6f53 100644
---
a/plugins/request/src/main/java/org/apache/unomi/plugins/request/actions/SetRemoteHostInfoAction.java
+++
b/plugins/request/src/main/java/org/apache/unomi/plugins/request/actions/SetRemoteHostInfoAction.java
@@ -120,7 +120,7 @@ public class SetRemoteHostInfoAction implements
ActionExecutor {
}
String remoteAddrParameter =
httpServletRequest.getParameter("remoteAddr");
if (logger.isDebugEnabled()) {
- logger.debug("Remote address param is " + remoteAddr);
+ logger.debug("Remote address param is " + remoteAddrParameter);
}
String xff = httpServletRequest.getHeader("X-Forwarded-For");
if (logger.isDebugEnabled()) {