CVS update: JGroups/src/org/jgroups/protocols TUNNEL.java
"Bela Ban" <[email protected]> Mon, 20 Sep 2010 04:44:59 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/20 04:44:59
Modified: src/org/jgroups/protocols Tag: Branch_JGroups_2_10
TUNNEL.java
Log:
not printing exception when failing to connect to GR (https://jira.jboss.org/browse/JGRP-1237)
Revision Changes Path
No revision
No revision
1.102.2.1 +2 -2 JGroups/src/org/jgroups/protocols/TUNNEL.java
Index: TUNNEL.java
===================================================================
RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/TUNNEL.java,v
retrieving revision 1.102
retrieving revision 1.102.2.1
diff -u -r1.102 -r1.102.2.1
--- TUNNEL.java 15 Jun 2010 10:10:40 -0000 1.102
+++ TUNNEL.java 20 Sep 2010 04:44:59 -0000 1.102.2.1
@@ -43,7 +43,7 @@
*
* @author Bela Ban
* @author Vladimir Blagojevic
- * @version $Id: TUNNEL.java,v 1.102 2010/06/15 10:10:40 belaban Exp $
+ * @version $Id: TUNNEL.java,v 1.102.2.1 2010/09/20 04:44:59 belaban Exp $
*/
@Experimental
public class TUNNEL extends TP {
@@ -418,7 +418,7 @@
}
catch (Exception e) {
if (log.isWarnEnabled())
- log.warn("Failed connecting to GossipRouter at " + stub.getGossipRouterAddress(),e);
+ log.warn("Failed connecting to GossipRouter at " + stub.getGossipRouterAddress());
stubManager.startReconnecting(stub);
}
}
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev