mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::prof: Fix util::pretty() call (debugmode regression 512b12caf1
).
This commit is contained in:
parent
7034fadd64
commit
00350ab96c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ noexcept
|
|||
ctx::current?
|
||||
id(ctx::cur()):
|
||||
0,
|
||||
pretty_nanoseconds(tmbuf, total, true),
|
||||
pretty(tmbuf, nanoseconds(total), true),
|
||||
reason
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue