avoid println in the console output

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-10-25 15:57:19 +00:00
parent a45a7a3f1d
commit b68267a341
1 changed files with 2 additions and 2 deletions

View File

@ -165,10 +165,10 @@ public class ReliableReconnectTest extends TestSupport {
closeBroker.wait();
}
}
System.err.println("Stopping broker");
// System.err.println("Stopping broker");
broker.stop();
startBroker();
System.err.println("Started Broker again");
// System.err.println("Started Broker again");
synchronized (messagesReceived) {
if (messagesReceived.get() < MESSAGE_COUNT) {
messagesReceived.wait(60000);