]> xenbits.xensource.com Git - libvirt.git/commitdiff
vircgroup: Debug print all arguments of virCgroupKillRecursiveInternal()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 16 Apr 2021 14:48:32 +0000 (16:48 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 19 Apr 2021 09:21:40 +0000 (11:21 +0200)
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>
src/util/vircgroup.c

index e7a94c47e48e4b376e4e273b71f617e67d3638a9..96280a0a4e34282e6afbd2244e83c4131ee1b43a 100644 (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;