From: markt Date: Sat, 30 Jan 2010 17:57:40 +0000 (+0000) Subject: Add a couple of debug messages X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bb4f65ac8583965f14178721aaebb18985ee42a6;p=tomcat7.0 Add a couple of debug messages git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@904834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jasper/compiler/Compiler.java b/java/org/apache/jasper/compiler/Compiler.java index 1bee5973a..1b79f9eb8 100644 --- a/java/org/apache/jasper/compiler/Compiler.java +++ b/java/org/apache/jasper/compiler/Compiler.java @@ -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; } }