mirror of https://github.com/apache/activemq.git
fixed old startup text - thx for the catch Geir
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7af0ed307c
commit
d9729e86d4
|
@ -440,7 +440,7 @@ public class BrokerService implements Service {
|
|||
if (broker == null) {
|
||||
log.info("ActiveMQ " + ActiveMQConnectionMetaData.PROVIDER_VERSION + " JMS Message Broker ("
|
||||
+ getBrokerName() + ") is starting");
|
||||
log.info("For help or more information please see: http://www.logicblaze.com");
|
||||
log.info("For help or more information please see: http://incubator.apache.org/activemq/");
|
||||
broker = createBroker();
|
||||
}
|
||||
return broker;
|
||||
|
|
Loading…
Reference in New Issue