mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
cgroups: drop debug log msg
This commit is contained in:
parent
825636e5a8
commit
214b1eb170
2
cgroup.c
2
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;
|
||||
|
Loading…
Reference in New Issue
Block a user