From: kkolinko Date: Tue, 7 Jun 2011 21:56:16 +0000 (+0000) Subject: Followup to r1133122 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe8ae931b8914b16a9e3d899e17018bc1e078eff;p=tomcat7.0 Followup to r1133122 if(flag) set flag:=false git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1133170 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/TldLocationsCache.java b/java/org/apache/jasper/compiler/TldLocationsCache.java index 3c8539522..b54c0374c 100644 --- a/java/org/apache/jasper/compiler/TldLocationsCache.java +++ b/java/org/apache/jasper/compiler/TldLocationsCache.java @@ -448,7 +448,7 @@ public class TldLocationsCache { } else if (showTldScanWarning) { // Not entirely thread-safe but a few duplicate log messages are // not a huge issue - showTldScanWarning = true; + showTldScanWarning = false; log.info(Localizer.getMessage("jsp.tldCache.noTldSummary")); } }