Author: gertv
Date: Thu Feb 7 02:09:42 2008
New Revision: 619343
URL: http://svn.apache.org/viewvc?rev=619343&view=rev
Log:
SM-1218 : ServiceMix logging refers to the incubator website
Modified:
servicemix/smx3/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
Modified:
servicemix/smx3/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java?rev=619343&r1=619342&r2=619343&view=diff
==============================================================================
---
servicemix/smx3/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
(original)
+++
servicemix/smx3/branches/servicemix-3.1/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
Thu Feb 7 02:09:42 2008
@@ -531,7 +531,7 @@
log.info("ServiceMix " +
EnvironmentContext.getVersion() +
" JBI Container (" + getName() + ") is starting");
- log.info("For help or more informations please see:
http://incubator.apache.org/servicemix/");
+ log.info("For help or more information please see:
http://servicemix.apache.org/");
addShutdownHook();
if (this.executorFactory == null) {
this.executorFactory = createExecutorFactory();