summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/libcgrouptest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libcgrouptest.h b/tests/libcgrouptest.h
index 3c04b6a..4ee9464 100644
--- a/tests/libcgrouptest.h
+++ b/tests/libcgrouptest.h
@@ -148,7 +148,7 @@ void build_path(char *target, char *mountpoint,
pid_t cgrouptest_gettid();
#ifdef CGROUP_DEBUG
-#define cgroup_dbg(p...) printf(p...)
+#define cgroup_dbg(p...) printf(p)
#else
#define cgroup_dbg(p...) do {} while (0);
#endif