mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-06 08:58:35 +03:00
util: Make one debug message nicer
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>
This commit is contained in:
parent
b9533b5ecf
commit
e2bc2dfa1e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user