diff options
Diffstat (limited to 'tools-common.h')
-rw-r--r-- | tools-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools-common.h b/tools-common.h index 2ef6c90..3437973 100644 --- a/tools-common.h +++ b/tools-common.h @@ -22,9 +22,9 @@ #include <libcgroup.h> #ifdef CGROUP_DEBUG -#define dbg(x...) printf(x) +#define cgroup_dbg(x...) printf(x) #else -#define dbg(x...) do {} while (0) +#define cgroup_dbg(x...) do {} while (0) #endif /** |