[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/transport/tcp TCPSession.java,1.21,
Status: Beta
Brought to you by:
huston
|
From: Huston F. <hu...@us...> - 2002-04-30 17:09:43
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/transport/tcp
In directory usw-pr-cvs1:/tmp/cvs-serv22840
Modified Files:
TCPSession.java
Log Message:
fix for debug output
Index: TCPSession.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/transport/tcp/TCPSession.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** TCPSession.java 27 Nov 2001 17:37:22 -0000 1.21
--- TCPSession.java 30 Apr 2002 17:09:35 -0000 1.22
***************
*** 295,299 ****
Log.logEntry(Log.SEV_DEBUG_VERBOSE, TCP_MAPPING,
"Wrote the following\n" +
! new String(outputBuf));
}
}
--- 295,299 ----
Log.logEntry(Log.SEV_DEBUG_VERBOSE, TCP_MAPPING,
"Wrote the following\n" +
! new String(outputBuf, 0, n));
}
}
|