From: Jack Lange Date: Sat, 22 Jan 2011 00:46:46 +0000 (-0600) Subject: modified DEBUG macro X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbffa86f170230cacd9653fff0f7f783c12094e2;p=palacios.git modified DEBUG macro --- diff --git a/palacios/src/devices/cga.c b/palacios/src/devices/cga.c index 7dd2bdd..b720c6b 100644 --- a/palacios/src/devices/cga.c +++ b/palacios/src/devices/cga.c @@ -36,7 +36,7 @@ #else #define PrintVerbose(fmt, args...) #endif -#ifndef CONFIG_DEBUG_CGA +#if CONFIG_DEBUG_CGA == 0 #undef PrintDebug #define PrintDebug(fmt, args...) #endif