From 7cfd773b0955c4262dbe2674367542bed97489ee Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Mon, 30 Aug 2010 13:30:02 +0530 Subject: [PATCH] Fix build breakage with --enable-debug after dict changes The dictionary changes broke the build with --enable-debug. Fixing all breakage under this commit. See diff for details Signed-off-by: Balbir Singh --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.c b/src/config.c index bce71780..abf90e71 100644 --- a/src/config.c +++ b/src/config.c @@ -131,7 +131,7 @@ int cgroup_config_parse_controller_options(char *controller, &config_cgroup_table[cgroup_table_index]; void *iter = NULL; - cgroup_dbg("Adding controller %s, value %s\n", controller, name_value); + cgroup_dbg("Adding controller %s\n", controller); cgc = cgroup_add_controller(config_cgroup, controller); if (!cgc) -- 2.47.2