Skip to content

Commit

Permalink
logging improved
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Sep 19, 2012
1 parent f397a7c commit 43a35b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ public View getView(String viewId, String revisionName) throws Exception {
log.warn("No current path set, hence use request path: " + currentPath);
}
if (activePath == null) {
log.warn("No active path set explicitely, hence use current path: " + currentPath);
log.info("No active path set explicitely, hence use current path: " + currentPath);
activePath = currentPath;
}

Expand Down

0 comments on commit 43a35b6

Please sign in to comment.