mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd::db: Skip infolog under condition with mostly zero values.
This commit is contained in:
parent
f5931e8fc7
commit
6edb1d4eec
1 changed files with 16 additions and 15 deletions
|
@ -3029,6 +3029,7 @@ noexcept
|
|||
|
||||
char pbuf[8][48];
|
||||
size_t i(0);
|
||||
if(!bytes_same)
|
||||
log::info
|
||||
{
|
||||
log, "%s key[%zu -> %zu (%zu)] %s -> %s | falloc:%s write:%s rsync:%s fsync:%s total:%s",
|
||||
|
|
Loading…
Reference in a new issue