From 492bd6ac5f9c703f1687ff8d56bb4a0d014557b8 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Mon, 16 Feb 2009 08:43:31 +0000 Subject: libcgroup: Rename DEBUG to CGROUP_DEBUG From: Jan Safranek Using plain DEBUG can be dangerous, it might have side effects on different libraries, there should be something with CGROUP_ prefix. Signed-off-by: Jan Safranek Signed-off-by: Dhaval Giani git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@325 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.c') diff --git a/api.c b/api.c index eb94303..647841f 100644 --- a/api.c +++ b/api.c @@ -2050,7 +2050,7 @@ int cgroup_reload_cached_rules() goto finished; } - #ifdef DEBUG + #ifdef CGROUP_DEBUG cgroup_print_rules_config(stdout); #endif -- cgit