[Yanel-commits] rev 56581 - public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Mon Feb 7 22:00:47 CET 2011


Author: michi
Date: 2011-02-07 22:00:46 +0100 (Mon, 07 Feb 2011)
New Revision: 56581

Modified:
   public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java
Log:
log level fixed

Modified: public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java	2011-02-07 21:00:27 UTC (rev 56580)
+++ public/yanel/trunk/src/contributions/resources/atom-entry/src/java/org/wyona/yanel/impl/resources/AtomEntryResource.java	2011-02-07 21:00:46 UTC (rev 56581)
@@ -194,7 +194,7 @@
         org.apache.abdera.writer.Writer writer = abdera.getWriter();
         writer.writeTo(entry, out);
 
-        log.error("DEBUG: Atom entry has been written: " + getPath());
+        log.debug("Atom entry has been written: " + getPath());
     }
 
     /**



More information about the Yanel-commits mailing list