[Yanel-commits] rev 56579 - public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation

michi at wyona.com michi at wyona.com
Mon Feb 7 21:59:57 CET 2011


Author: michi
Date: 2011-02-07 21:59:56 +0100 (Mon, 07 Feb 2011)
New Revision: 56579

Modified:
   public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java
Log:
log level fixed

Modified: public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java	2011-02-07 20:59:34 UTC (rev 56578)
+++ public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java	2011-02-07 20:59:56 UTC (rev 56579)
@@ -93,7 +93,7 @@
         }
 
         //private String getNodeAsXML(com.hp.hpl.jena.rdf.model.Resource resource) {
-        //log.error("DEBUG: Path: " + path);
+        //log.debug("Path: " + path);
         Sitetree sitetree = getRealm().getRepoNavigation();
         Node node = sitetree.getNode(getRealm(), path);
         StringBuilder sb = new StringBuilder("");



More information about the Yanel-commits mailing list