Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive

This commit is contained in:
Jon Atack
2022-04-01 12:23:01 +02:00
parent 7ab9fc32d6
commit 39a34b6877
6 changed files with 18 additions and 6 deletions

View File

@@ -60,7 +60,9 @@ namespace BCLog {
VALIDATION = (1 << 21),
I2P = (1 << 22),
IPC = (1 << 23),
#ifdef DEBUG_LOCKCONTENTION
LOCK = (1 << 24),
#endif
UTIL = (1 << 25),
BLOCKSTORE = (1 << 26),
ALL = ~(uint32_t)0,