Sfoglia il codice sorgente

Remove totempg debug message.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2289 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 16 anni fa
parent
commit
54fefe152d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      exec/totempg.c

+ 0 - 1
exec/totempg.c

@@ -599,7 +599,6 @@ static void totempg_deliver_fn (
 	if (assembly->throw_away_mode == THROW_AWAY_ACTIVE) {
 	if (assembly->throw_away_mode == THROW_AWAY_ACTIVE) {
 		 /* Throw away the first msg block */
 		 /* Throw away the first msg block */
 		if (mcast->fragmented == 0 || mcast->fragmented == 1) {
 		if (mcast->fragmented == 0 || mcast->fragmented == 1) {
-printf ("throwing away first message block\n");
 			assembly->throw_away_mode = THROW_AWAY_INACTIVE;
 			assembly->throw_away_mode = THROW_AWAY_INACTIVE;
 
 
 			assembly->index += msg_lens[0];
 			assembly->index += msg_lens[0];