summaryrefslogtreecommitdiffstats
path: root/glusterfsd/src/glusterfsd-mgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfsd/src/glusterfsd-mgmt.c')
-rw-r--r--glusterfsd/src/glusterfsd-mgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c
index 1c27c4f748d..c1f85bf88a7 100644
--- a/glusterfsd/src/glusterfsd-mgmt.c
+++ b/glusterfsd/src/glusterfsd-mgmt.c
@@ -1005,7 +1005,7 @@ glusterfs_handle_dump_metrics(rpcsvc_request_t *req)
if (statbuf.st_size > GF_UNIT_MB) {
gf_msg(this->name, GF_LOG_WARNING, ENOMEM, LG_MSG_NO_MEMORY,
"Allocated size exceeds expectation: "
- "reconsider logic (%" GF_PRI_SIZET ")",
+ "reconsider logic (%" PRId64 ")",
statbuf.st_size);
}
msg = GF_CALLOC(1, (statbuf.st_size + 1), gf_common_mt_char);