mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
ircd::prof: Use non-elided log call covered by outer #ifdef.
This commit is contained in:
parent
e7083cdde3
commit
c96609fe7f
1 changed files with 3 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue