X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fvnet_nic.c;h=ac484a02264ee6aad0f80ea186142382c1076b27;hb=a7b07dc7f3bd9c28b0fbfb3c685a306326d56e76;hp=66761d9f8c260d6282075f2188eeec56aefdd5ea;hpb=6ed3385440a7d82f4529bb9433d1a5489351c378;p=palacios-OLD.git diff --git a/palacios/src/devices/vnet_nic.c b/palacios/src/devices/vnet_nic.c index 66761d9..ac484a0 100644 --- a/palacios/src/devices/vnet_nic.c +++ b/palacios/src/devices/vnet_nic.c @@ -54,7 +54,7 @@ static int vnet_nic_send(uint8_t * buf, uint32_t len, V3_Net_Print(2, "VNET-NIC: send pkt (size: %d, src_id: %d, src_type: %d)\n", pkt.size, pkt.src_id, pkt.src_type); - if(vnet_debug >= 4){ + if(net_debug >= 4){ v3_hexdump(buf, len, NULL, 0); }