]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
util: Make one debug message nicer
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 15 Jul 2021 10:06:55 +0000 (12:06 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 15 Jul 2021 12:50:48 +0000 (14:50 +0200)
This was bothering someone as the debug message looked like there was an issue
despite it being just a debug message.  Change it to what is actually happening
and why the name is being skipped.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/util/virresctrl.c

index a7d36f492cd2a1096c6754da60663d48062fe576..2a3bcda6f59bd0b12d8556634245e4bf66ed753e 100644 (file)
@@ -542,7 +542,7 @@ virResctrlGetCacheInfo(virResctrlInfo *resctrl,
 
         type = virResctrlTypeFromString(endptr);
         if (type < 0) {
-            VIR_DEBUG("Cannot parse resctrl cache info type '%s'", endptr);
+            VIR_DEBUG("Ignoring resctrl cache info with suffix '%s'", endptr);
             continue;
         }