[Yanel-commits] rev 24297 - public/yanel/trunk/src/resources/directory/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Wed May 9 16:12:20 CEST 2007


Author: michi
Date: 2007-05-09 16:12:19 +0200 (Wed, 09 May 2007)
New Revision: 24297

Modified:
   public/yanel/trunk/src/resources/directory/src/java/org/wyona/yanel/impl/resources/DirectoryResource.java
Log:
logging fixed

Modified: public/yanel/trunk/src/resources/directory/src/java/org/wyona/yanel/impl/resources/DirectoryResource.java
===================================================================
--- public/yanel/trunk/src/resources/directory/src/java/org/wyona/yanel/impl/resources/DirectoryResource.java	2007-05-09 13:50:19 UTC (rev 24296)
+++ public/yanel/trunk/src/resources/directory/src/java/org/wyona/yanel/impl/resources/DirectoryResource.java	2007-05-09 14:12:19 UTC (rev 24297)
@@ -197,9 +197,8 @@
      */
     private StreamSource getXSLTStreamSource(Repository repo) throws RepositoryException {
 
-            File xsltFile = org.wyona.commons.io.FileUtil.file(rtd.getConfigFile().getParentFile().getAbsolutePath(),
-                    "xslt" + File.separator + "dir2xhtml.xsl");
-            log.error("DEBUG: XSLT file: " + xsltFile);
+            File xsltFile = org.wyona.commons.io.FileUtil.file(rtd.getConfigFile().getParentFile().getAbsolutePath(), "xslt" + File.separator + "dir2xhtml.xsl");
+            log.debug("XSLT file: " + xsltFile);
             return new StreamSource(xsltFile);
         
     }




More information about the Yanel-commits mailing list