changeset 2255:a1ccc755c8f7

Output applet initialization info only in debug mode.
author Deepak Bhole <dbhole@redhat.com>
date Thu, 16 Sep 2010 14:53:19 -0400
parents c764b38139a5
children 63024b10e2ef
files ChangeLog plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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-16	Deepak Bhole <dbhole@redhat.com>
+
+	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
+	(handleMessage): Output initialization info only in debug mode.
+
 2010-09-15  Deepak Bhole <dbhole@redhat.com>
 
 	PR556: Re-implement applet initialization to be serialialized, to fix 
--- 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 @@
                      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" +