summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read/src/quick-read.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/quick-read/src/quick-read.c')
-rw-r--r--xlators/performance/quick-read/src/quick-read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c
index 24e187a789d..b8b799e5c10 100644
--- a/xlators/performance/quick-read/src/quick-read.c
+++ b/xlators/performance/quick-read/src/quick-read.c
@@ -2551,7 +2551,7 @@ reconfigure (xlator_t *this, dict_t *options)
goto out;
}
gf_log (this->name, GF_LOG_DEBUG,
- "Reconfiguring cache-siz to %d", cache_size);
+ "Reconfiguring cache-siz to %"PRIu64, cache_size);
conf->cache_size = cache_size;
}
else