0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 19:33:45 +02:00

ircd::prof: Use non-elided log call covered by outer #ifdef.

This commit is contained in:
Jason Volk 2021-04-09 11:05:36 -07:00
parent e7083cdde3
commit c96609fe7f

View file

@ -137,9 +137,10 @@ noexcept
}; };
char tmbuf[64]; char tmbuf[64];
log::dwarning log::logf
{ {
log, "[%s] context id:%lu watchdog :system call took %s :%s", log, log::level::DWARNING,
"[%s] context id:%lu watchdog :system call took %s :%s",
ctx::current? ctx::current?
name(ctx::cur()): name(ctx::cur()):
ios::handler::current? ios::handler::current?