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:
James Strachan 2006-05-03 11:22:07 +00:00
parent 5e558f82d5
commit 2faad432f3
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}