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

michi at wyona.com michi at wyona.com
Mon Feb 7 22:01:09 CET 2011


Author: michi
Date: 2011-02-07 22:01:09 +0100 (Mon, 07 Feb 2011)
New Revision: 56582

Modified:
   public/yanel/trunk/src/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java
Log:
log level fixed

Modified: public/yanel/trunk/src/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java	2011-02-07 21:00:46 UTC (rev 56581)
+++ public/yanel/trunk/src/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java	2011-02-07 21:01:09 UTC (rev 56582)
@@ -196,7 +196,7 @@
      * @see org.wyona.yanel.core.api.attributes.CreatableV1#getProperty(String)
      */
     public Object getProperty(String name) {
-        log.error("DEBUG: name: " + name);
+        log.debug("name: " + name);
         return defaultHrefSetByCreator;
     }
 
@@ -204,7 +204,7 @@
      * @see org.wyona.yanel.core.api.attributes.CreatableV1#setProperty(String, Object)
      */
     public void setProperty(String name, Object value) {
-        log.error("DEBUG: name: " + name);
+        log.debug("name: " + name);
         defaultHrefSetByCreator = (String) value;
     }
 



More information about the Yanel-commits mailing list