X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fvnet%2Fvnet_host.h;h=3519cf49349ef17b300e958ac2d1422029345baf;hb=e39ac677ad4eb2c2db111ce08eb6172c61f5001f;hp=631d240339c9ec39af1532ff31cc1ab4275d44c9;hpb=6ed3385440a7d82f4529bb9433d1a5489351c378;p=palacios.releases.git diff --git a/palacios/include/vnet/vnet_host.h b/palacios/include/vnet/vnet_host.h index 631d240..3519cf4 100644 --- a/palacios/include/vnet/vnet_host.h +++ b/palacios/include/vnet/vnet_host.h @@ -212,8 +212,8 @@ static inline void vnet_reset_timer(struct vnet_timer * timer, #define Vnet_Print(level, fmt, args...) \ do { \ - extern int vnet_debug; \ - if(level <= vnet_debug) { \ + extern int net_debug; \ + if(level <= net_debug) { \ extern struct vnet_host_hooks * host_hooks; \ if ((host_hooks) && (host_hooks)->print) { \ (host_hooks)->print((fmt), ##args); \