Merge tag 'v2.3.28' into testing
[lgpl/argeo-commons.git] / swt / rap / org.argeo.cms.swt.rap / src / org / argeo / cms / web / CmsWebApp.java
index 67fa5ceac2b37efd000f18e5032ea6e2e63f948b..c4e9ca74951b4238ab0a98fa5c150957e16b8573 100644 (file)
@@ -106,7 +106,7 @@ public class CmsWebApp implements ApplicationConfiguration, ExceptionHandler, Cm
                                return entryPoint;
                        }, properties);
                        if (log.isDebugEnabled())
-                               log.info("Added web entry point " + (contextName != null ? "/" + contextName : "") + entryPointName);
+                               log.debug("Added web entry point " + (contextName != null ? "/" + contextName : "") + entryPointName);
                }
 //             if (log.isDebugEnabled())
 //                     log.debug("Published CMS web app /" + (contextName != null ? contextName : ""));
@@ -150,8 +150,7 @@ public class CmsWebApp implements ApplicationConfiguration, ExceptionHandler, Cm
                        rwtAppReg.unregister();
                if (bundleContext != null) {
                        rwtAppReg = bundleContext.registerService(ApplicationConfiguration.class, this, regProps);
-                       if (log.isDebugEnabled())
-                               log.debug("Publishing CMS web app /" + (contextName != null ? contextName : "") + " ...");
+                       log.info("Publishing CMS web app /" + (contextName != null ? contextName : "") + " ...");
                }
        }