Followup to r1133122
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Jun 2011 21:56:16 +0000 (21:56 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Jun 2011 21:56:16 +0000 (21:56 +0000)
if(flag) set flag:=false

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1133170 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/TldLocationsCache.java

index 3c85395..b54c037 100644 (file)
@@ -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"));
             }
         }