[hornetq-commits] JBoss hornetq SVN: r11759 - trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 24 07:34:43 EST 2011


Author: borges
Date: 2011-11-24 07:34:42 -0500 (Thu, 24 Nov 2011)
New Revision: 11759

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ReplicationError.java
Log:
Remove call to sys.out that should not have been committed.

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ReplicationError.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ReplicationError.java	2011-11-24 12:26:38 UTC (rev 11758)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/server/impl/ReplicationError.java	2011-11-24 12:34:42 UTC (rev 11759)
@@ -32,7 +32,6 @@
    @Override
    public boolean intercept(Packet packet, RemotingConnection connection) throws HornetQException
    {
-      System.out.println(packet);
       if (packet.getType() != PacketImpl.BACKUP_REGISTRATION_FAILED)
          return true;
       log.warn("Failed to register as backup. Stopping the server.");



More information about the hornetq-commits mailing list