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:
James Strachan 2006-03-30 13:20:08 +00:00
parent 7af0ed307c
commit d9729e86d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;