[Yanel-commits] rev 56599 - public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Mon Feb 7 22:13:59 CET 2011


Author: michi
Date: 2011-02-07 22:13:58 +0100 (Mon, 07 Feb 2011)
New Revision: 56599

Modified:
   public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java
Log:
log level fixed

Modified: public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java
===================================================================
--- public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java	2011-02-07 21:13:40 UTC (rev 56598)
+++ public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java	2011-02-07 21:13:58 UTC (rev 56599)
@@ -399,7 +399,7 @@
                 org.wyona.yarep.core.Repository Repo = this.getRealm().getRepository();
                 org.wyona.commons.io.Path newPath = new org.wyona.commons.io.Path("/test-results-archive/"
                         + resultName);
-                log.error("DEBUG: " + newPath);
+                log.debug("" + newPath);
                 org.wyona.yanel.core.util.YarepUtil.addNodes(Repo,
                         newPath.toString(),
                         org.wyona.yarep.core.NodeType.RESOURCE);



More information about the Yanel-commits mailing list