diff --git a/sysbench/tests/memory/sb_memory.c b/sysbench/tests/memory/sb_memory.c index ba73dff..73abae0 100644 --- a/sysbench/tests/memory/sb_memory.c +++ b/sysbench/tests/memory/sb_memory.c @@ -415,7 +415,7 @@ void * hugetlb_alloc(size_t size) if (shmid < 0) { log_errno(LOG_FATAL, - "Failed to allocate %d bytes from HugeTLB memory.", size); + "Failed to allocate %zd bytes from HugeTLB memory.", size); return NULL; }