[libvirt PATCH 1/2] util: Make one debug message nicer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx>
---
 src/util/virresctrl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c
index a7d36f492cd2..2a3bcda6f59b 100644
--- a/src/util/virresctrl.c
+++ b/src/util/virresctrl.c
@@ -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;
         }
 
-- 
2.32.0




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux