Skip to content

Commit

Permalink
log statement clarified
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 2, 2012
1 parent 317a276 commit d092352
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2164,7 +2164,7 @@ private HttpServletResponse generateResponse(View view, Resource res, HttpServle
log.info("Toolbar has been disabled. Please check web.xml!");
}
} else {
log.warn("Yanel resource usecase is not null, but set to '" + request.getParameter(YANEL_RESOURCE_USECASE) + "' and hence Yanel toolbar is not displayed in order to avoid that users are leaving the usecase because they might click on some toolbar menu item.");
log.warn("Yanel resource usecase is not null, but set to '" + request.getParameter(YANEL_RESOURCE_USECASE) + "' and hence Yanel toolbar is suppressed/omitted in order to avoid that users are leaving the usecase because they might click on some toolbar menu item.");
}
} else {
log.info("No HTML related mime type: " + mimeType);
Expand Down

0 comments on commit d092352

Please sign in to comment.