mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
Fix units in log message of copy-on-write (#8320)
This commit is contained in:
parent
4f8458d8d6
commit
593cde16bc
@ -5533,7 +5533,7 @@ void sendChildCOWInfo(int ptype, int on_exit, char *pname) {
|
||||
if (private_dirty) {
|
||||
serverLog(on_exit ? LL_NOTICE : LL_VERBOSE,
|
||||
"%s: %zu MB of memory used by copy-on-write",
|
||||
pname, private_dirty);
|
||||
pname, private_dirty/(1024*1024));
|
||||
}
|
||||
|
||||
sendChildInfo(ptype, on_exit, private_dirty);
|
||||
|
Loading…
Reference in New Issue
Block a user