summaryrefslogtreecommitdiff
path: root/src/rdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdb.c')
-rw-r--r--src/rdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rdb.c b/src/rdb.c
index 7a3bc7633..b85266867 100644
--- a/src/rdb.c
+++ b/src/rdb.c
@@ -737,7 +737,7 @@ int rdbSaveBackground(char *filename) {
if (private_dirty) {
redisLog(REDIS_NOTICE,
- "RDB: %lu MB of memory used by copy-on-write",
+ "RDB: %zu MB of memory used by copy-on-write",
private_dirty/(1024*1024));
}
}