[libvirt] [PATCH 02/10] util: Fix typo in error message %ud -> %u

Martin Kletzander mkletzan at redhat.com
Thu Jun 7 13:54:23 UTC 2018


Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 src/util/virresctrl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/virresctrl.c b/src/util/virresctrl.c
index c140276c0909..9a118fc3595d 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;
     }
-- 
2.17.1




More information about the libvir-list mailing list