0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-20 03:43:47 +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];
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?
name(ctx::cur()):
ios::handler::current?