[hornetq-commits] JBoss hornetq SVN: r9038 - trunk/src/main/org/hornetq/ra/inflow.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 31 19:19:44 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-03-31 19:19:43 -0400 (Wed, 31 Mar 2010)
New Revision: 9038

Modified:
   trunk/src/main/org/hornetq/ra/inflow/HornetQActivation.java
Log:
Removing .info

Modified: trunk/src/main/org/hornetq/ra/inflow/HornetQActivation.java
===================================================================
--- trunk/src/main/org/hornetq/ra/inflow/HornetQActivation.java	2010-03-31 17:57:19 UTC (rev 9037)
+++ trunk/src/main/org/hornetq/ra/inflow/HornetQActivation.java	2010-03-31 23:19:43 UTC (rev 9038)
@@ -279,7 +279,7 @@
     */
    protected synchronized void setup() throws Exception
    {
-      HornetQActivation.log.info("Setting up " + spec);
+      HornetQActivation.log.debug("Setting up " + spec);
 
       setupCF();
 
@@ -307,7 +307,7 @@
          }
       }
 
-      HornetQActivation.log.info("Setup complete " + this);
+      HornetQActivation.log.debug("Setup complete " + this);
    }
 
    /**
@@ -315,7 +315,7 @@
     */
    protected synchronized void teardown()
    {
-      HornetQActivation.log.info("Tearing down " + spec);
+      HornetQActivation.log.debug("Tearing down " + spec);
 
       for (HornetQMessageHandler handler : handlers)
       {
@@ -326,7 +326,7 @@
          factory.close();
          factory = null;
       }
-      HornetQActivation.log.info("Tearing down complete " + this);
+      HornetQActivation.log.debug("Tearing down complete " + this);
    }
 
    protected void setupCF() throws Exception



More information about the hornetq-commits mailing list