Fix log message

This commit is contained in:
Winston Li 2017-06-26 01:48:57 +01:00
parent 3674fd47f7
commit 705b88933c

View file

@ -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);
}