--- a/jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java Fri Nov 11 10:08:40 2011 +0000
+++ b/jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java Mon Nov 14 01:21:20 2011 -0800
@@ -1453,7 +1453,8 @@
private void closeSocket(boolean selfInitiated) throws IOException {
if ((debug != null) && Debug.isOn("ssl")) {
- System.out.println(threadName() + ", called closeSocket(selfInitiated)");
+ System.out.println(threadName() +
+ ", called closeSocket(" + selfInitiated + ")");
}
if (self == this) {
super.close();