0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::prof: Fix util::pretty() call (debugmode regression 512b12caf1).

This commit is contained in:
Jason Volk 2020-09-29 10:37:03 -07:00
parent 7034fadd64
commit 00350ab96c

View file

@ -144,7 +144,7 @@ noexcept
ctx::current?
id(ctx::cur()):
0,
pretty_nanoseconds(tmbuf, total, true),
pretty(tmbuf, nanoseconds(total), true),
reason
};
}