0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

ircd::ctx::posix: Use non-dce'd debuglog for thread create.

This commit is contained in:
Jason Volk 2020-10-07 12:57:50 -07:00
parent e5b1e31f7e
commit 989b7633b5

View file

@ -82,9 +82,10 @@ noexcept
*thread = id(ircd::ctx::posix::ctxs.back());
ircd::log::debug
ircd::log::logf
{
ircd::ctx::posix::log, "pthread_create id:%lu attr:%p func:%p arg:%p",
ircd::ctx::posix::log, ircd::log::level::DEBUG,
"pthread_create id:%lu attr:%p func:%p arg:%p",
*thread,
attr,
start_routine,