Selaa lähdekoodia

more debug statements

Joseph Henry 10 vuotta sitten
vanhempi
sitoutus
f80d65286c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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(); */
 	} else {
+		fprintf(stderr, "put(): Dropped packet\n");
 		return;
 		/* drop packet(); */
 	}