mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd:;db: Add the file size to the table file creation log msg.
This commit is contained in:
parent
eba727a9db
commit
f6c6250fcb
1 changed files with 2 additions and 1 deletions
|
@ -2702,11 +2702,12 @@ noexcept
|
|||
log::logf
|
||||
{
|
||||
log, level,
|
||||
"'%s': job:%d table file closed [%s][%s] '%s' (%d): %s",
|
||||
"'%s': job:%d table file closed [%s][%s] size:%s '%s' (%d): %s",
|
||||
d->name,
|
||||
info.job_id,
|
||||
info.db_name,
|
||||
lstrip(info.file_path, info.db_name),
|
||||
pretty(iec(info.file_size)),
|
||||
info.cf_name,
|
||||
int(info.status.code()),
|
||||
info.status.getState()?: "OK",
|
||||
|
|
Loading…
Reference in a new issue