mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Change warning to info
This commit is contained in:
@@ -126,7 +126,7 @@ public class RequestInfo {
|
|||||||
if (ri.userName == null) {
|
if (ri.userName == null) {
|
||||||
resp.setStatus(200);
|
resp.setStatus(200);
|
||||||
resp.getWriter().println(LOGIN_REQUIRED_STATUS);
|
resp.getWriter().println(LOGIN_REQUIRED_STATUS);
|
||||||
log.warning("Missing user");
|
log.info("Missing user, login required");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user