mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd:Ⓜ️:vm: Reverse the sequence value format in loghead.
This commit is contained in:
parent
fa8bc645af
commit
7306ef4eb0
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@ ircd::m::vm::loghead(const mutable_buffer &buf,
|
|||
return fmt::sprintf
|
||||
{
|
||||
buf, "vm:%lu:%lu:%lu eval:%lu seq:%lu share:%lu:%lu %s",
|
||||
sequence::uncommitted,
|
||||
sequence::committed,
|
||||
sequence::retired,
|
||||
sequence::committed,
|
||||
sequence::uncommitted,
|
||||
eval.id,
|
||||
sequence::get(eval),
|
||||
eval.sequence_shared[0],
|
||||
|
|
Loading…
Reference in a new issue