X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.eclipse.ui.workbench%2Fsrc%2Forg%2Fargeo%2Feclipse%2Fui%2Fworkbench%2FWorkbenchUiPlugin.java;h=6fd8e5d3b995488294c00d4e84f8349c1197bf7d;hb=92dee1606725534bdfc067cd2cae017f0501ac5d;hp=988abc947579a40cdf339b691dd14a4adebf6b4e;hpb=dc9df8b464053c675b5c7a45763b88c514ebdce1;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/WorkbenchUiPlugin.java b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/WorkbenchUiPlugin.java index 988abc947..6fd8e5d3b 100644 --- a/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/WorkbenchUiPlugin.java +++ b/org.argeo.eclipse.ui.workbench/src/org/argeo/eclipse/ui/workbench/WorkbenchUiPlugin.java @@ -50,14 +50,15 @@ public class WorkbenchUiPlugin extends AbstractUIPlugin implements ILogListener plugin = this; messages = ResourceBundle.getBundle(ID + ".messages"); Platform.addLogListener(this); - if (log.isDebugEnabled()) - log.debug("Eclipse logging now directed to standard logging"); + if (log.isTraceEnabled()) + log.trace("Eclipse logging now directed to standard logging"); } public void stop(BundleContext context) throws Exception { try { Platform.removeLogListener(this); - log.debug("Eclipse logging not directed anymore to standard logging"); + if (log.isTraceEnabled()) + log.trace("Eclipse logging not directed anymore to standard logging"); plugin = null; } finally { super.stop(context);