mirror of https://github.com/apache/activemq.git
capture exception in log on slave start failure
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@784711 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1e821c5d41
commit
07822041b4
|
@ -413,7 +413,7 @@ public class BrokerService implements Service {
|
||||||
startAllConnectors();
|
startAllConnectors();
|
||||||
broker.nowMasterBroker();
|
broker.nowMasterBroker();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOG.error("Failed to startAllConnectors");
|
LOG.error("Failed to startAllConnectors", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue