X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=cgroup.c;h=410eaf7e80da44a7c243b7ca6511a2b5e348a8f4;hp=83c5d4028dfed048c99912ae01b7ec82675f2570;hb=858a9b0a99db40ef22676808c0e19e024467f90c;hpb=b05a4429e0d7bc67a892e51df9ef8f752d76eadd diff --git a/cgroup.c b/cgroup.c index 83c5d4028..410eaf7e8 100644 --- a/cgroup.c +++ b/cgroup.c @@ -183,7 +183,7 @@ 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); + log_debug("Killing processes from process group %s:%s with %s", b->controller, b->path, strsignal(sig)); do { void *iterator;