From bb4f65ac8583965f14178721aaebb18985ee42a6 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 30 Jan 2010 17:57:40 +0000 Subject: [PATCH] Add a couple of debug messages git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@904834 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/compiler/Compiler.java | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.11.0