瀏覽代碼

more debug statements

Joseph Henry 10 年之前
父節點
當前提交
f80d65286c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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(); */
 	}