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:
Martin Kletzander 2018-02-08 14:50:42 +01:00
parent c5159d66de
commit f41bbfe0e5

View File

@ -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;
}