summaryrefslogtreecommitdiffstats
path: root/cgrulesengd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgrulesengd.h')
-rw-r--r--cgrulesengd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgrulesengd.h b/cgrulesengd.h
index 1f6d985..1840143 100644
--- a/cgrulesengd.h
+++ b/cgrulesengd.h
@@ -33,9 +33,9 @@ __BEGIN_DECLS
/* A simple macro for printing messages only when CGROUP_DEBUG is defined. */
#ifdef CGROUP_DEBUG
- #define dbg(a...) printf(a)
+ #define cgroup_dbg(a...) printf(a)
#else
- #define dbg(a...) do {} while (0)
+ #define cgroup_dbg(a...) do {} while (0)
#endif /* CGROUP_DEBUG */
/* The following ten macros are all for the Netlink code. */