/hg/icedtea6: Output applet initialization info only in debug mode.
dbhole at icedtea.classpath.org
dbhole at icedtea.classpath.org
Thu Sep 16 11:53:15 PDT 2010
changeset a1ccc755c8f7 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a1ccc755c8f7
author: Deepak Bhole <dbhole at redhat.com>
date: Thu Sep 16 14:53:19 2010 -0400
Output applet initialization info only in debug mode.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
plugin/icedteanp/java/sun/applet/PluginAppletViewer.java | 2 +-
diffs (24 lines):
diff -r c764b38139a5 -r a1ccc755c8f7 ChangeLog
--- a/ChangeLog Thu Sep 16 13:03:57 2010 -0400
+++ b/ChangeLog Thu Sep 16 14:53:19 2010 -0400
@@ -1,3 +1,8 @@ 2010-09-15 Deepak Bhole <dbhole at redhat.
+2010-09-16 Deepak Bhole <dbhole at redhat.com>
+
+ * plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
+ (handleMessage): Output initialization info only in debug mode.
+
2010-09-15 Deepak Bhole <dbhole at redhat.com>
PR556: Re-implement applet initialization to be serialialized, to fix
diff -r c764b38139a5 -r a1ccc755c8f7 plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
--- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java Thu Sep 16 13:03:57 2010 -0400
+++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java Thu Sep 16 14:53:19 2010 -0400
@@ -529,7 +529,7 @@ import com.sun.jndi.toolkit.url.UrlUtil;
UrlUtil.decode(message.substring("tag".length() + 1, spaceLocation));
String tag = message.substring(spaceLocation+1);
- System.err.println("Handle = " + handle + "\n" +
+ PluginDebug.debug ("Handle = " + handle + "\n" +
"Width = " + width + "\n" +
"Height = " + height + "\n" +
"DocumentBase = " + documentBase + "\n" +
More information about the distro-pkg-dev
mailing list