0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 10:08:56 +02:00

ircd::db::env: Turn on some debuglog msgs unconditionally.

This commit is contained in:
Jason Volk 2019-07-30 18:40:53 -07:00
parent a209da9926
commit 4acb76f621

View file

@ -801,7 +801,7 @@ noexcept try
{
const ctx::uninterruptible::nothrow ui;
#ifdef RB_DEBUG_DB_ENV
//#ifdef RB_DEBUG_DB_ENV
log::debug
{
log, "[%s] schedule func:%p a:%p tag:%p u:%p prio:%s",
@ -812,7 +812,7 @@ noexcept try
u,
reflect(prio)
};
#endif
//#endif
assert(st);
auto &pool
@ -846,7 +846,7 @@ noexcept try
{
const ctx::uninterruptible::nothrow ui;
#ifdef RB_DEBUG_DB_ENV
//#ifdef RB_DEBUG_DB_ENV
log::debug
{
log, "[%s] unschedule tag:%p prio:%s",
@ -854,7 +854,7 @@ noexcept try
tag,
reflect(prio)
};
#endif
//#endif
assert(st);
auto &pool
@ -885,7 +885,7 @@ noexcept try
{
const ctx::uninterruptible::nothrow ui;
#ifdef RB_DEBUG_DB_ENV
//#ifdef RB_DEBUG_DB_ENV
log::debug
{
log, "[%s] start thread func:%p a:%p",
@ -893,7 +893,7 @@ noexcept try
f,
a
};
#endif
//#endif
throw ircd::not_implemented
{