src/share/classes/sun/awt/DebugSettings.java

Print this page

        

@@ -127,11 +127,11 @@
                 }
             });
 
         // echo the initial property settings to stdout
         if (log.isLoggable(PlatformLogger.FINE)) {
-            log.fine("DebugSettings:\n{0}" + this);
+            log.fine("DebugSettings:\n{0}", this);
         }
     }
 
     public String toString() {
         ByteArrayOutputStream bout = new ByteArrayOutputStream();