vircgroup: Debug print all arguments of virCgroupKillRecursiveInternal()

Currently, only a subset of virCgroupKillRecursiveInternal()
arguments is printed into debug logs. Print all of them.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Michal Privoznik 2021-04-16 16:48:32 +02:00
parent c2558e78d4
commit edce157f11

View File

@ -2725,8 +2725,8 @@ virCgroupKillRecursiveInternal(virCgroup *group,
g_autoptr(DIR) dp = NULL;
struct dirent *ent;
int direrr;
VIR_DEBUG("group=%p signum=%d pids=%p",
group, signum, pids);
VIR_DEBUG("group=%p signum=%d pids=%p taskFile=%s dormdir=%d",
group, signum, pids, taskFile, dormdir);
if (virCgroupPathOfController(group, controller, "", &keypath) < 0)
return -1;