mirror of
https://github.com/matrix-construct/construct
synced 2025-03-17 06:50:23 +01:00
ircd::db: Remove unused path from flush-begin log message.
This commit is contained in:
parent
c5b8276840
commit
26d7e4e6de
1 changed files with 1 additions and 2 deletions
|
@ -2278,10 +2278,9 @@ noexcept
|
|||
{
|
||||
log::info
|
||||
{
|
||||
rog, "'%s' flush begin column[%s] path[%s] ctx[%lu] job[%d] writes[slow:%d stop:%d] seq[%zu -> %zu] reason:%d",
|
||||
rog, "'%s' flush begin column[%s] ctx[%lu] job[%d] writes[slow:%d stop:%d] seq[%zu -> %zu] reason:%d",
|
||||
d->name,
|
||||
info.cf_name,
|
||||
info.file_path,
|
||||
info.thread_id,
|
||||
info.job_id,
|
||||
info.triggered_writes_slowdown,
|
||||
|
|
Loading…
Add table
Reference in a new issue