mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 09:36:54 +01:00
ircd:Ⓜ️:sync: Add data commitment indication to loghead.
This commit is contained in:
parent
e3f30546a0
commit
7d96e90347
1 changed files with 2 additions and 1 deletions
|
@ -524,12 +524,13 @@ ircd::m::sync::loghead(const data &data)
|
|||
|
||||
return fmt::sprintf
|
||||
{
|
||||
headbuf, "%s %s %lu:%lu %s chunk:%zu %s in %s",
|
||||
headbuf, "%s %s %lu:%lu %s commit:%b chunk:%zu %s in %s",
|
||||
remstr,
|
||||
string_view{data.user.user_id},
|
||||
data.range.first,
|
||||
data.range.second,
|
||||
ircd::pretty(iecbuf[0], iec(flush_bytes + size(data.out.completed()))),
|
||||
data.committed,
|
||||
flush_count,
|
||||
ircd::pretty(iecbuf[1], iec(flush_bytes)),
|
||||
tmstr
|
||||
|
|
Loading…
Reference in a new issue