Fixed log message.

This commit is contained in:
Michael Jumper
2012-03-22 23:33:05 -07:00
parent da16d7ae78
commit 19ddc917f2

View File

@@ -89,7 +89,7 @@ public abstract class AuthenticatingHttpServlet extends HttpServlet {
}
if (configs == null) {
logger.warn("Authentication attempt from {} for user \"{}\".",
logger.warn("Authentication attempt from {} for user \"{}\" failed.",
request.getRemoteAddr(), username);
response.sendError(HttpServletResponse.SC_FORBIDDEN);
return;