aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2013-09-25 18:50:18 +0200
committerJiri Vanek <[email protected]>2013-09-25 18:50:18 +0200
commit19e74fe5dacd03e0cb5582f840e15262e39fe24f (patch)
tree38ffc4f47f7641f8d20ba0e0e8a97a97ffb1db64 /plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java
parentfcd5c4c69fc5ea84b04f309eb40e295eab921fd8 (diff)
Introduced logging bottleneck
Diffstat (limited to 'plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java')
-rw-r--r--plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java b/plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java
index 8631f41..1f86c86 100644
--- a/plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java
+++ b/plugin/icedteanp/java/sun/applet/PluginProxyInfoRequest.java
@@ -38,6 +38,7 @@ exception statement from your version. */
package sun.applet;
import java.net.URI;
+import net.sourceforge.jnlp.util.logging.OutputController;
/**
* This class represents a request object for proxy information for a given URI
@@ -68,7 +69,7 @@ public class PluginProxyInfoRequest extends PluginCallRequest {
} catch (ArrayIndexOutOfBoundsException aioobe) {
// Nothing.. this is expected if there is no proxy
} catch (Exception e) {
- e.printStackTrace();
+ OutputController.getLogger().log(OutputController.Level.ERROR_ALL,e);
}
setDone(true);