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:
Gary Tully 2009-06-15 10:11:24 +00:00
parent 1e821c5d41
commit 07822041b4
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ public class BrokerService implements Service {
startAllConnectors();
broker.nowMasterBroker();
} catch (Exception e) {
LOG.error("Failed to startAllConnectors");
LOG.error("Failed to startAllConnectors", e);
}
}
}