summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:24:36 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:24:36 +0000
commitf745d4851a86b9952d1d83d7b913eda7db98a976 (patch)
tree97f83813cd2a01d2a48e160633880a1432aeb966
parent330f96ddae328ca0e0fada64dcfd811297c79a37 (diff)
Clarify that it's the launcher bundle in the logged output.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004161 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java b/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java
index f82e855abb..a5ae4b38af 100644
--- a/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java
+++ b/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java
@@ -320,7 +320,7 @@ public class EquinoxHost {
}
if ((launcherBundle.getState() & Bundle.ACTIVE) == 0) {
if (logger.isLoggable(Level.FINE)) {
- logger.fine("Starting bundle: " + string(launcherBundle, false));
+ logger.fine("Starting launcher bundle: " + string(launcherBundle, false));
}
launcherBundle.start();
} else if (logger.isLoggable(Level.FINE)) {