From: Lennart Poettering Date: Fri, 23 Apr 2010 22:22:37 +0000 (+0200) Subject: cgroup: mention signal name when killing cgroups X-Git-Tag: v1~459 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=858a9b0a99db40ef22676808c0e19e024467f90c cgroup: mention signal name when killing cgroups --- 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;