chiark / gitweb /
hostname: unify hostname configuration file parsers a little
[elogind.git] / cgroup.c
index 410eaf7e80da44a7c243b7ca6511a2b5e348a8f4..70b56a3aad57ad1e45f4371789dcc4e64105cfea 100644 (file)
--- 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;