[Yanel-commits] rev 56575 - public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread

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


Author: michi
Date: 2011-02-07 21:57:54 +0100 (Mon, 07 Feb 2011)
New Revision: 56575

Modified:
   public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java
Log:
log level fixed

Modified: public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java
===================================================================
--- public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java	2011-02-07 20:57:26 UTC (rev 56574)
+++ public/yanel/trunk/src/impl/java/org/wyona/yanel/impl/resources/usecase/thread/UsecaseThread.java	2011-02-07 20:57:54 UTC (rev 56575)
@@ -69,7 +69,7 @@
      */
     public void attachThreadIDToRepository(org.wyona.yarep.core.Repository repository, String directoryPath) throws IllegalStateException, org.wyona.yarep.core.RepositoryException {
         // Also see http://grizzly.java.net/
-        log.warn("DEBUG: Java thread ID: " + getId());
+        log.debug("Java thread ID: " + getId());
         String threadKey = getThreadKey(this.threadID);
         String threadKeyPath = directoryPath + "/" + threadKey;
         if (repository.existsNode(threadKeyPath)) {



More information about the Yanel-commits mailing list