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

michi at wyona.com michi at wyona.com
Tue Jan 23 14:16:48 CET 2007


Author: michi
Date: 2007-01-23 14:16:46 +0100 (Tue, 23 Jan 2007)
New Revision: 22055

Modified:
   public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java
Log:
logging 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-01-23 13:15:12 UTC (rev 22054)
+++ public/yanel/trunk/src/contributions/resources/wiki/src/java/org/wyona/yanel/impl/resources/LinkChecker.java	2007-01-23 13:16:46 UTC (rev 22055)
@@ -65,7 +65,7 @@
                             }
                         }
                         if(!externalLink && !resourceExists(aValue)) {
-                            log.error("Resource : [" + aValue + "] does not exist");
+                            log.warn("Link : [" + aValue + "] does not exist");
                             transformedXmlAsBuffer.append(" exist=\"false\"");
                         }
                     }




More information about the Yanel-commits mailing list