Clean up Argeo Init
[lgpl/argeo-commons.git] / swt / rap / org.argeo.cms.swt.rap / src / org / argeo / cms / web / CmsWebApp.java
index 31555d168d10b1c2f8f1a44984014f20c458230a..c4e9ca74951b4238ab0a98fa5c150957e16b8573 100644 (file)
@@ -12,7 +12,7 @@ import org.argeo.api.cms.CmsLog;
 import org.argeo.api.cms.ux.CmsTheme;
 import org.argeo.api.cms.ux.CmsView;
 import org.argeo.cms.swt.CmsSwtUtils;
-import org.argeo.util.LangUtils;
+import org.argeo.cms.util.LangUtils;
 import org.eclipse.rap.rwt.RWT;
 import org.eclipse.rap.rwt.application.Application;
 import org.eclipse.rap.rwt.application.Application.OperationMode;
@@ -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 : "") + " ...");
                }
        }