diff options
-rw-r--r-- | cgroup.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |