Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Mar 20, 2024
1 parent 41733d7 commit bb1780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5828,7 +5828,7 @@ sds genRedisInfoString(const char *section) {
"storage_provider:%s\r\n"
"available_system_memory:%s\r\n"
"maxstorage:%llu\r\n"
"storage_used:%llu\r\n",
"storage_used:%lu\r\n",
zmalloc_used,
hmem,
g_pserver->cron_malloc_stats.process_rss,
Expand Down

0 comments on commit bb1780a

Please sign in to comment.