You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/04 11:24:36 UTC

svn commit: r1004161 - /tuscany/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java

Author: slaws
Date: Mon Oct  4 09:24:36 2010
New Revision: 1004161

URL: http://svn.apache.org/viewvc?rev=1004161&view=rev
Log:
Clarify that it's the launcher bundle in the logged output. 

Modified:
    tuscany/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java

Modified: tuscany/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java?rev=1004161&r1=1004160&r2=1004161&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java (original)
+++ tuscany/sca-java-2.x/trunk/modules/node-launcher-equinox/src/main/java/org/apache/tuscany/sca/node/equinox/launcher/EquinoxHost.java Mon Oct  4 09:24:36 2010
@@ -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)) {