0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-07 12:38:56 +02:00

ircd:Ⓜ️:vm: Reverse the sequence value format in loghead.

This commit is contained in:
Jason Volk 2020-04-20 20:17:30 -07:00
parent fa8bc645af
commit 7306ef4eb0

View file

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