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
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ public class ScopedServletAnnotationScanner {
classChanged = true;
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.
StringBuilder sb = new StringBuilder();
sb.append("{\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment