[Yanel-commits] rev 25892 - public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Tue Jul 10 23:05:52 CEST 2007


Author: michi
Date: 2007-07-10 23:05:51 +0200 (Tue, 10 Jul 2007)
New Revision: 25892

Modified:
   public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java
Log:
log messages fixed

Modified: public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java	2007-07-10 20:52:53 UTC (rev 25891)
+++ public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java	2007-07-10 21:05:51 UTC (rev 25892)
@@ -133,8 +133,8 @@
     private boolean resourceExists(String path) {
         try {
             String absolutePath = org.wyona.commons.io.PathUtil.concat(refererPath, path);
-            //log.error("DEBUG: Referer: " + refererPath + ", path: " + path);
-            //log.error("DEBUG: Absolute Path: " + absolutePath);
+            //log.debug("Referer: " + refererPath + ", path: " + path);
+            //log.debug("Absolute Path: " + absolutePath);
             return dataRepo.existsNode(dataPathImpl.getDataPath(absolutePath));
         } catch (Exception e) {
             log.error(e.getMessage(), e);




More information about the Yanel-commits mailing list