mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
util: Fix typo in error message %ud -> %u
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
c5159d66de
commit
f41bbfe0e5
@ -941,7 +941,7 @@ virResctrlAllocParseProcessCache(virResctrlInfoPtr resctrl,
|
||||
!resctrl->levels[level]->types[type]) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
_("Missing or inconsistent resctrl info for "
|
||||
"level '%ud' type '%s'"),
|
||||
"level '%u' type '%s'"),
|
||||
level, virCacheTypeToString(type));
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user