mirror of https://github.com/apache/activemq.git
forgot to remove the sophisticated debuging code - oops
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@490454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
de64939643
commit
63ec479423
|
@ -349,9 +349,7 @@ public class MasterBroker extends InsertableMutableBrokerFilter{
|
||||||
|
|
||||||
protected void sendSyncToSlave(Command command){
|
protected void sendSyncToSlave(Command command){
|
||||||
try{
|
try{
|
||||||
System.err.println("SEMNDING SYNC "+command);
|
|
||||||
Response response=(Response)slave.request(command);
|
Response response=(Response)slave.request(command);
|
||||||
System.out.println("GOT RESPONSE "+response);
|
|
||||||
if(response.isException()){
|
if(response.isException()){
|
||||||
ExceptionResponse er=(ExceptionResponse)response;
|
ExceptionResponse er=(ExceptionResponse)response;
|
||||||
log.error("Slave Failed",er.getException());
|
log.error("Slave Failed",er.getException());
|
||||||
|
|
Loading…
Reference in New Issue