diff options
author | Anthony Towns <aj@erisian.com.au> | 2021-10-04 14:44:41 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2021-10-11 21:45:49 +1000 |
commit | 31b2b802b5b8f214e91ec47fbc953c6ca95c7cf9 (patch) | |
tree | 840b1f4a3a76225119ff5e4bff6912d2ceac870b /src/logging.h | |
parent | da94ebc2facd75c6105a7bd31765c6d2b37fc73b (diff) |
blockstorage: use debug log category
Diffstat (limited to 'src/logging.h')
-rw-r--r-- | src/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logging.h b/src/logging.h index 02e64a7c48..f46104364c 100644 --- a/src/logging.h +++ b/src/logging.h @@ -61,6 +61,7 @@ namespace BCLog { IPC = (1 << 23), LOCK = (1 << 24), UTIL = (1 << 25), + BLOCKSTORE = (1 << 26), ALL = ~(uint32_t)0, }; |