]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_memory.c
eal: fix printf format
[dpdk.git] / lib / librte_eal / common / eal_common_memory.c
index 2bb3f816b07e05a8c853b5ec2e1577ff7931a1ba..139b379ea85b2b8ebd71f9fcd0ebbd711867cd4b 100644 (file)
@@ -96,7 +96,7 @@ rte_dump_physmem_layout(void)
 
                printf("Segment %u: phys:0x%"PRIx64", len:%zu, "
                       "virt:%p, socket_id:%"PRId32", "
-                      "hugepage_sz:0x%zu, nchannel:%"PRIx32", "
+                      "hugepage_sz:%zu, nchannel:%"PRIx32", "
                       "nrank:%"PRIx32"\n", i,
                       mcfg->memseg[i].phys_addr,
                       mcfg->memseg[i].len,