[jboss-cvs] JBoss Messaging SVN: r1923 - trunk/src/main/org/jboss/messaging/core/plugin

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jan 8 17:40:26 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-01-08 17:40:25 -0500 (Mon, 08 Jan 2007)
New Revision: 1923

Modified:
   trunk/src/main/org/jboss/messaging/core/plugin/ClusteredPostOfficeService.java
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-723 - Removing invalid log.error statement

Modified: trunk/src/main/org/jboss/messaging/core/plugin/ClusteredPostOfficeService.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/plugin/ClusteredPostOfficeService.java	2007-01-08 22:36:20 UTC (rev 1922)
+++ trunk/src/main/org/jboss/messaging/core/plugin/ClusteredPostOfficeService.java	2007-01-08 22:40:25 UTC (rev 1923)
@@ -342,7 +342,7 @@
             }
             catch (Exception e)
             {
-               log.error("Error", e);
+               // log.error("Error", e);
                // noop... means we couldn't find the channel hence we should use regular XMLChannelFactories
             }
             if (info!=null)




More information about the jboss-cvs-commits mailing list