Skip to content

Commit 76fa127

Browse files
author
Vladimir Kotal
committed
adjust log message
1 parent 9730f58 commit 76fa127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/java/org/opengrok/web/api/v1/filter/IncomingFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void filter(final ContainerRequestContext context) {
112112
}
113113

114114
if (!localAddresses.contains(request.getRemoteAddr())) {
115-
logger.log(Level.FINEST, "denying request to {0}", path);
115+
logger.log(Level.FINEST, "denying request to {0} based on source IP address", path);
116116
context.abortWith(Response.status(Response.Status.UNAUTHORIZED).build());
117117
}
118118
}

0 commit comments

Comments
 (0)