chiark / gitweb /
cgroups: drop debug log msg
authorLennart Poettering <lennart@poettering.net>
Fri, 23 Apr 2010 23:51:20 +0000 (01:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Apr 2010 23:51:20 +0000 (01:51 +0200)
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;