0
0
Fork 0
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:
Jason Volk 2019-01-26 16:59:19 -08:00
parent e3f30546a0
commit 7d96e90347

View file

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