aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/icedteanp/java/sun/applet/PluginDebug.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/icedteanp/java/sun/applet/PluginDebug.java')
-rw-r--r--plugin/icedteanp/java/sun/applet/PluginDebug.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/icedteanp/java/sun/applet/PluginDebug.java b/plugin/icedteanp/java/sun/applet/PluginDebug.java
index ef34ceb..f0e8370 100644
--- a/plugin/icedteanp/java/sun/applet/PluginDebug.java
+++ b/plugin/icedteanp/java/sun/applet/PluginDebug.java
@@ -53,7 +53,7 @@ public class PluginDebug {
for (Object chunk : messageChunks) {
b.append(chunk);
}
- OutputController.getLogger().log(OutputController.Level.ERROR_ALL, b.toString());
+ OutputController.getLogger().log(OutputController.Level.MESSAGE_DEBUG, b.toString());
}
}
}