mirror of https://github.com/apache/activemq.git
removed some system.out logging
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e558f82d5
commit
2faad432f3
|
@ -115,7 +115,7 @@ public class PeerTransportTest extends TestCase {
|
|||
}
|
||||
|
||||
protected Connection createConnection(int i) throws JMSException {
|
||||
System.err.println("creating connection ....");
|
||||
log.info("creating connection ....");
|
||||
ActiveMQConnectionFactory fac = new ActiveMQConnectionFactory("peer://" + getClass().getName()+"/node"+i);
|
||||
return fac.createConnection();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue