mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
blockstorage: use debug log category
This commit is contained in:
@@ -61,6 +61,7 @@ namespace BCLog {
|
||||
IPC = (1 << 23),
|
||||
LOCK = (1 << 24),
|
||||
UTIL = (1 << 25),
|
||||
BLOCKSTORE = (1 << 26),
|
||||
ALL = ~(uint32_t)0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user