From: Jack Lange Date: Fri, 26 Jun 2009 22:59:53 +0000 (-0500) Subject: enabled debug mask X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=571f7abd65c99247e529ef012965d5dffbe55bc4 enabled debug mask --- diff --git a/palacios/src/devices/net_cd.c b/palacios/src/devices/net_cd.c index 1532b16..ad8b93b 100644 --- a/palacios/src/devices/net_cd.c +++ b/palacios/src/devices/net_cd.c @@ -22,10 +22,10 @@ #include #include -/* #ifndef DEBUG_IDE */ -/* #undef PrintDebug */ -/* #define PrintDebug(fmt, args...) */ -/* #endif */ +#ifndef DEBUG_IDE +#undef PrintDebug +#define PrintDebug(fmt, args...) +#endif