From: Balbir Singh Date: Mon, 30 Aug 2010 08:00:02 +0000 (+0530) Subject: Fix build breakage with --enable-debug after dict changes X-Git-Tag: v0.37.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cfd773b0955c4262dbe2674367542bed97489ee;p=thirdparty%2Flibcgroup.git 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 --- 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)