Improve OSGi initialisation
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / init / osgi / BundlesSet.java
index 73ab9afa7706d303aee96e874021aafb1a4f15d2..863ee00841f335957baa25d8fbac2448eed2d977 100644 (file)
@@ -25,7 +25,7 @@ class BundlesSet {
                                dirPath = dirPath.substring("file:".length());
 
                        dir = new File(dirPath.replace('/', File.separatorChar)).getCanonicalPath();
-                       if (OsgiBootUtils.debug)
+                       if (OsgiBootUtils.isDebug())
                                OsgiBootUtils.debug("Base dir: " + dir);
                } catch (IOException e) {
                        throw new RuntimeException("Cannot convert to absolute path", e);