[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/core Session.java,1.14,1.15
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2001-07-30 13:01:35
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core In directory usw-pr-cvs1:/tmp/cvs-serv7180 Modified Files: Session.java Log Message: fixed log message Index: Session.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/Session.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -r1.14 -r1.15 *** Session.java 2001/07/03 20:51:28 1.14 --- Session.java 2001/07/30 13:01:33 1.15 *************** *** 1173,1177 **** if (TuningProfile.isTuningProfile(channel.getProfile())) { ! Log.logEntry(Log.SEV_DEBUG, CORE, "\nDisabling this I/O thread"); disableIO(); } --- 1173,1177 ---- if (TuningProfile.isTuningProfile(channel.getProfile())) { ! Log.logEntry(Log.SEV_DEBUG, CORE, "Disabling this I/O thread"); disableIO(); } |