From: Bin Meng <bin.m...@windriver.com> Printing out the packet size is helpful during debug.
Signed-off-by: Bin Meng <bin.m...@windriver.com> --- net/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/net.c b/net/net.c index 32d71c1..b038370 100644 --- a/net/net.c +++ b/net/net.c @@ -641,7 +641,7 @@ static ssize_t qemu_send_packet_async_with_flags(NetClientState *sender, int ret; #ifdef DEBUG_NET - printf("qemu_send_packet_async:\n"); + printf("qemu_send_packet_async: packet size (%d)\n", size); qemu_hexdump(stdout, "net", buf, size); #endif -- 2.7.4