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,11 +46,6 @@
#include "cgroup.h"
/* debug macros */
#define DEBUG(fmt,...) VIR_DEBUG(__FILE__, fmt, __VA_ARGS__)
#define DEBUG0(msg) VIR_DEBUG(__FILE__, "%s", msg)
static int lxcStartup(void);
static int lxcShutdown(void);
static lxc_driver_t *lxc_driver = NULL;