From: Martin Kletzander Date: Thu, 8 Feb 2018 13:50:42 +0000 (+0100) Subject: util: Fix typo in error message %ud -> %u X-Git-Tag: v4.5.0-rc1~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41bbfe0e59e1e79869cabf331c7d6ec6ef9fc8d;p=thirdparty%2Flibvirt.git util: Fix typo in error message %ud -> %u Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c index c140276c09..9a118fc359 100644 --- a/src/util/virresctrl.c +++ b/src/util/virresctrl.c @@ -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; }