mirror of
https://github.com/matrix-construct/construct
synced 2024-11-30 02:32:43 +01:00
ircd::db: Fix coderot under RB_DEBUG_DB_SEEK.
This commit is contained in:
parent
ec1a94858d
commit
2f1523ffb2
1 changed files with 2 additions and 2 deletions
|
@ -8000,7 +8000,7 @@ ircd::db::_seek(database::column &c,
|
|||
log, "[%s] %lu:%lu SEEK %s in %ld$us '%s'",
|
||||
name(d),
|
||||
sequence(d),
|
||||
sequence(opts.snapshot),
|
||||
sequence(ropts.snapshot),
|
||||
ret.ToString(),
|
||||
timer.at<microseconds>().count(),
|
||||
name(c)
|
||||
|
@ -8095,7 +8095,7 @@ ircd::db::_seek(const vector_view<_read_op> &op,
|
|||
log, "[%s] %lu:%lu SEEK parallel:%zu in %ld$us",
|
||||
name(d),
|
||||
sequence(d),
|
||||
sequence(opts.snapshot),
|
||||
sequence(ropts.snapshot),
|
||||
ret.size(),
|
||||
timer.at<microseconds>().count(),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue