Author: gertv
Date: Thu Feb  7 02:09:53 2008
New Revision: 619345

URL: http://svn.apache.org/viewvc?rev=619345&view=rev
Log:
SM-1218 : ServiceMix logging refers to the incubator website

Modified:
    
servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java

Modified: 
servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java?rev=619345&r1=619344&r2=619345&view=diff
==============================================================================
--- 
servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
 (original)
+++ 
servicemix/smx3/trunk/core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/JBIContainer.java
 Thu Feb  7 02:09:53 2008
@@ -564,7 +564,7 @@
     public void init() throws JBIException {
         if (containerInitialized.compareAndSet(false, true)) {
             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();


Reply via email to