Skip to content
Snippets Groups Projects
Commit 593b07a6 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

improved logging a bit

Change-Id: I060601b6470907e3671efd0bb970d073ae95316b
parent 90a694ca
Branches
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ public class ScopedServletAnnotationScanner { ...@@ -43,7 +43,7 @@ public class ScopedServletAnnotationScanner {
classChanged = true; classChanged = true;
accessLevels.add(accessLevel); accessLevels.add(accessLevel);
} }
log.info("Detected scoped servlet, modifying method accordingly [" + classname + "]"); log.info("[{}] has secured method {}, modifying method... ",cc.getSimpleName(), ctMethods[i].getName());
//Build the code block that enforces security. //Build the code block that enforces security.
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();
sb.append("{\n"); sb.append("{\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment