[Sumover-dev] [svn commit] r4281 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Aug 18 20:07:20 BST 2008


Author: soohyunc
Date: Mon Aug 18 20:07:20 2008
New Revision: 4281

Modified:
   vic/branches/cc/cc/tfwc_rcvr.cpp

Log:
o  commented out print-out messages


Modified: vic/branches/cc/cc/tfwc_rcvr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_rcvr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_rcvr.cpp	Mon Aug 18 20:07:20 2008
@@ -55,7 +55,7 @@
 {
 	// parse the received seqno and ackofack
 	if (type == XR_BT_1) {
-		debug_msg("received seqno:  %d\n", seqno);
+		//debug_msg("received seqno:  %d\n", seqno);
 		currseq_ = seqno;
 		ackofack_ = ackofack;
 



More information about the Sumover-dev mailing list