Match printf format with actual type in genRedisInfoString().

This commit is contained in:
antirez 2012-09-10 12:42:55 +02:00
parent 74e57d0ece
commit 978e5177fd

View File

@ -1989,7 +1989,7 @@ sds genRedisInfoString(char *section) {
"aof_base_size:%lld\r\n"
"aof_pending_rewrite:%d\r\n"
"aof_buffer_length:%zu\r\n"
"aof_rewrite_buffer_length:%zu\r\n"
"aof_rewrite_buffer_length:%lu\r\n"
"aof_pending_bio_fsync:%llu\r\n"
"aof_delayed_fsync:%lu\r\n",
(long long) server.aof_current_size,