0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

ircd:;db: Add the file size to the table file creation log msg.

This commit is contained in:
Jason Volk 2018-12-31 16:26:57 -08:00
parent eba727a9db
commit f6c6250fcb

View file

@ -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",