]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionLauncher.java
Reintroduce ant support
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.equinox / src / main / java / org / argeo / slc / osgi / OsgiExecutionLauncher.java
index 5baa91be8e6abeb9151061a98ce6a1cf91f8e11c..1b911269be19f674e5146af28a9784b566dc63a6 100644 (file)
@@ -98,7 +98,7 @@ public class OsgiExecutionLauncher implements BundleContextAware {
                                descriptor.setName(launch.getExecutionName());
                                module.execute(descriptor);
                                log.info("Executed " + launch.getExecutionName() + " from "
-                                               + launch.getExecutionName());
+                                               + launch.getModuleName());
                        }
 
                } catch (Exception e) {