On Jul 2, 2009, at 11:56 PM, gno...@apache.org wrote:
eventDispatcher.blueprintEvent(new BlueprintEvent(BlueprintEvent.DESTROYED, getBundleContext().getBundle(), getExtenderBundle())); - LOGGER.debug("Module container destroyed: " + this.bundleContext); + LOGGER.debug("Blueprint container destroyed: " + this.bundleContext);
    }


This should probably be:

LOGGER.debug("Blueprint container destroyed: {}", this.bundleContext);

--jason

Reply via email to