mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue