summaryrefslogtreecommitdiff
path: root/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgroup.c')
-rw-r--r--cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgroup.c b/cgroup.c
index 83c5d4028d..410eaf7e80 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;