more debug statements

This commit is contained in:
Joseph Henry 2015-09-22 13:21:33 -04:00
parent 0271e3d3ac
commit f80d65286c

View File

@ -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(); */
}