Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 7, 2016
1 parent 0ef16a1 commit 3c929ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public GUIWebServer() {
server.setPort(port);
boolean taglibsScanningDisabled = false;

if (System.getProperty(Constants.SKIP_JARS_PROPERTY) == null && System.getProperty(Constants.SKIP_JARS_PROPERTY) == null) {
if (System.getProperty(Constants.SKIP_JARS_PROPERTY) == null) {
log.info("Scanning for taglibs is disabled as " + Constants.SKIP_JARS_PROPERTY + " is unset."); // Only log this once for all contexts
taglibsScanningDisabled = true;
}
Expand Down

0 comments on commit 3c929ea

Please sign in to comment.