aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java
diff options
context:
space:
mode:
authorJiri Vanek <jvanek@redhat.com>2013-09-25 18:50:18 +0200
committerJiri Vanek <jvanek@redhat.com>2013-09-25 18:50:18 +0200
commit19e74fe5dacd03e0cb5582f840e15262e39fe24f (patch)
tree38ffc4f47f7641f8d20ba0e0e8a97a97ffb1db64 /plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java
parentfcd5c4c69fc5ea84b04f309eb40e295eab921fd8 (diff)
Introduced logging bottleneck
Diffstat (limited to 'plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java')
-rw-r--r--plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java b/plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java
index a5db7be..1de8bd7 100644
--- a/plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java
+++ b/plugin/icedteanp/java/sun/applet/PluginMessageConsumer.java
@@ -39,6 +39,7 @@ package sun.applet;
import java.util.ArrayList;
import java.util.LinkedList;
+import net.sourceforge.jnlp.util.logging.OutputController;
class PluginMessageConsumer {
@@ -143,7 +144,7 @@ class PluginMessageConsumer {
wait(1000);
} catch (InterruptedException e) {
// Should not typically occur
- e.printStackTrace();
+ OutputController.getLogger().log(OutputController.Level.ERROR_ALL,e);
}
}