]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: Fix typo in error message %ud -> %u
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 8 Feb 2018 13:50:42 +0000 (14:50 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 8 Jun 2018 08:28:46 +0000 (10:28 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virresctrl.c

index c140276c0909a3b1ba81fd750af4e6ceafbf035d..9a118fc3595dd2169a129ef5a4a5149fc3d654cf 100644 (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;
     }