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=e5249c75ef672c95d9cf5405b05cabf6083d18a6;hp=5baa91be8e6abeb9151061a98ce6a1cf91f8e11c;hpb=e7ddf0b3a271a2f22108ee5b9fba69888f5c78ec;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) {