Load JCR CND files with OSGi bundle context
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / spring / ApplicationContextTracker.java
index 816edc1be864edc0173b187b342907c5e66208d3..7a5a71e39789e48328f9c515d8a77662b1c8add1 100644 (file)
@@ -115,8 +115,9 @@ class ApplicationContextTracker {
                if (contributorBundle.getState() != Bundle.ACTIVE\r
                                && contributorBundle.getState() != Bundle.STARTING) {\r
                        try {\r
-                               log.info("Starting bundle: "\r
-                                               + contributorBundle.getSymbolicName());\r
+                               if (log.isTraceEnabled())\r
+                                       log.trace("Starting bundle: "\r
+                                                       + contributorBundle.getSymbolicName());\r
                                contributorBundle.start();\r
                        } catch (BundleException e) {\r
                                e.printStackTrace();\r