mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix log message
This commit is contained in:
parent
3674fd47f7
commit
705b88933c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class Oauth2Filter implements Filter {
|
|||
);
|
||||
return;
|
||||
}
|
||||
Log.info("[{}] Auth not needed");
|
||||
Log.info("[{}] Auth not needed", project);
|
||||
filterChain.doFilter(servletRequest, servletResponse);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue