mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fixed log message.
This commit is contained in:
@@ -89,7 +89,7 @@ public abstract class AuthenticatingHttpServlet extends HttpServlet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (configs == null) {
|
if (configs == null) {
|
||||||
logger.warn("Authentication attempt from {} for user \"{}\".",
|
logger.warn("Authentication attempt from {} for user \"{}\" failed.",
|
||||||
request.getRemoteAddr(), username);
|
request.getRemoteAddr(), username);
|
||||||
response.sendError(HttpServletResponse.SC_FORBIDDEN);
|
response.sendError(HttpServletResponse.SC_FORBIDDEN);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user