mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd::db: Fix macro condition.
This commit is contained in:
parent
eb7c7f07a7
commit
69f1fe7241
1 changed files with 1 additions and 1 deletions
|
@ -4174,7 +4174,7 @@ ircd::db::write(const row::delta *const &begin,
|
|||
// to only see a report of the row seek as a whole. If RB_DEBUG_DB_SEEK is
|
||||
// enabled that implies RB_DEBUG_DB_SEEK_ROW as well.
|
||||
//
|
||||
#if !defined(RB_DEBUG_DB_SEEK_ROW) && defined(RB_DEBUG_DB_SEEK_ROW)
|
||||
#if !defined(RB_DEBUG_DB_SEEK_ROW) && defined(RB_DEBUG_DB_SEEK)
|
||||
#define RB_DEBUG_DB_SEEK_ROW
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue