You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/01/30 18:57:41 UTC

svn commit: r904834 - /tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java

Author: markt
Date: Sat Jan 30 17:57:40 2010
New Revision: 904834

URL: http://svn.apache.org/viewvc?rev=904834&view=rev
Log:
Add a couple of debug messages

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java?rev=904834&r1=904833&r2=904834&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java (original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/Compiler.java Sat Jan 30 17:57:40 2010
@@ -431,6 +431,7 @@
             }
             uc.getInputStream().close();
         } catch (Exception e) {
+            log.debug("Problem accessing resource. Treat as outdated.", e);
             return true;
         }
 
@@ -493,6 +494,7 @@
                     return true;
                 }
             } catch (Exception e) {
+                log.debug("Problem accessing resource. Treat as outdated.", e);
                 return true;
             }
         }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org