diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-24 01:51:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-24 01:51:20 +0200 |
commit | 214b1eb17048f5fcfbdc04207a480a9c3586eef7 (patch) | |
tree | 2c1930c69300255ee1fec68a1aa6ba34e152104c /cgroup.c | |
parent | 825636e5a88338436a1cd910319d020038389187 (diff) |
cgroups: drop debug log msg
Diffstat (limited to 'cgroup.c')
-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; |