Add a couple of debug messages
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 30 Jan 2010 17:57:40 +0000 (17:57 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 30 Jan 2010 17:57:40 +0000 (17:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@904834 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/Compiler.java

index 1bee597..1b79f9e 100644 (file)
@@ -431,6 +431,7 @@ public abstract class Compiler {
             }
             uc.getInputStream().close();
         } catch (Exception e) {
+            log.debug("Problem accessing resource. Treat as outdated.", e);
             return true;
         }
 
@@ -493,6 +494,7 @@ public abstract class Compiler {
                     return true;
                 }
             } catch (Exception e) {
+                log.debug("Problem accessing resource. Treat as outdated.", e);
                 return true;
             }
         }