chiark / gitweb /
device: allow easy identification of network interfaces without their full sysfs...
[elogind.git] / cgroup.c
index 83c5d4028dfed048c99912ae01b7ec82675f2570..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", b->controller, b->path);
-
         do {
                 void *iterator;
                 pid_t pid;