X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.equinox%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fosgi%2FOsgiExecutionLauncher.java;h=1b911269be19f674e5146af28a9784b566dc63a6;hb=38eb8183a25b1393457f31d4c373be065c51c385;hp=5baa91be8e6abeb9151061a98ce6a1cf91f8e11c;hpb=2b38f185dd4a334fe1a76422319e13f2bca56a7c;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionLauncher.java b/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionLauncher.java index 5baa91be8..1b911269b 100644 --- a/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionLauncher.java +++ b/runtime/org.argeo.slc.support.equinox/src/main/java/org/argeo/slc/osgi/OsgiExecutionLauncher.java @@ -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) {