Browse Source

more debug statements

Joseph Henry 10 years ago
parent
commit
f80d65286c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netcon/NetconEthernetTap.cpp

+ 1 - 0
netcon/NetconEthernetTap.cpp

@@ -203,6 +203,7 @@ void NetconEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType
 		}
 		}
 		/* acknowledge that packet has been read(); */
 		/* acknowledge that packet has been read(); */
 	} else {
 	} else {
+		fprintf(stderr, "put(): Dropped packet\n");
 		return;
 		return;
 		/* drop packet(); */
 		/* drop packet(); */
 	}
 	}