mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 21:15:20 +00:00
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:
parent
c2558e78d4
commit
edce157f11
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user