From 214b1eb17048f5fcfbdc04207a480a9c3586eef7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 24 Apr 2010 01:51:20 +0200 Subject: [PATCH] cgroups: drop debug log msg --- cgroup.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cgroup.c b/cgroup.c index 410eaf7e..70b56a3a 100644 --- a/cgroup.c +++ b/cgroup.c @@ -183,8 +183,6 @@ int cgroup_bonding_kill(CGroupBonding *b, int sig) { if (!(s = set_new(trivial_hash_func, trivial_compare_func))) return -ENOMEM; - log_debug("Killing processes from process group %s:%s with %s", b->controller, b->path, strsignal(sig)); - do { void *iterator; pid_t pid; -- 2.39.5