From 858a9b0a99db40ef22676808c0e19e024467f90c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 24 Apr 2010 00:22:37 +0200 Subject: [PATCH] cgroup: mention signal name when killing cgroups --- cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2