summaryrefslogtreecommitdiffstats
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 9ad26ad..b0d4604 100644
--- a/config.c
+++ b/config.c
@@ -196,7 +196,7 @@ int cg_controller_handle_option(struct cg_group *cg_group,
if (!strncmp(cg_controller_name, "cpu", strlen("cpu"))) {
ret = cg_cpu_controller_settings(cg_group, group_path);
} else
- assert(0);
+ printf("config for %s pending\n", cg_controller_name);
return ret;
}