Move DEBUG macros to central location.

This commit is contained in:
Cole Robinson
2008-10-06 19:53:06 +00:00
parent 8206b421d6
commit e2a43cdb87
15 changed files with 11 additions and 45 deletions

View File

@@ -46,9 +46,6 @@
/* required for cpumap_t */
#include <xen/dom0_ops.h>
#define DEBUG(fmt,...) VIR_DEBUG(__FILE__, fmt,__VA_ARGS__)
#define DEBUG0(msg) VIR_DEBUG(__FILE__, "%s", msg)
#ifndef PROXY
/*