From f745d4851a86b9952d1d83d7b913eda7db98a976 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 4 Oct 2010 09:24:36 +0000 Subject: 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 --- .../java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.3