blockstorage: use debug log category

This commit is contained in:
Anthony Towns
2021-10-04 14:44:41 +10:00
parent da94ebc2fa
commit 31b2b802b5
4 changed files with 5 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ namespace BCLog {
IPC = (1 << 23),
LOCK = (1 << 24),
UTIL = (1 << 25),
BLOCKSTORE = (1 << 26),
ALL = ~(uint32_t)0,
};