Fix the log message.
This commit is contained in:
parent
2214336f65
commit
193936b80a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ public class FriendController extends HttpServlet {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void writeWarningToTheLog(HttpServletRequest req) {
|
private void writeWarningToTheLog(HttpServletRequest req) {
|
||||||
log.warn("LOGGING IN VIA SESAME FROM ADDR=" + req.getRemoteAddr()
|
log.warn("LOGGING IN VIA FRIEND FROM ADDR=" + req.getRemoteAddr()
|
||||||
+ ", PORT=" + req.getRemotePort() + ", HOST="
|
+ ", PORT=" + req.getRemotePort() + ", HOST="
|
||||||
+ req.getRemoteHost() + ", USER=" + req.getRemoteUser());
|
+ req.getRemoteHost() + ", USER=" + req.getRemoteUser());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue