aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2021-10-04 14:44:41 +1000
committerAnthony Towns <aj@erisian.com.au>2021-10-11 21:45:49 +1000
commit31b2b802b5b8f214e91ec47fbc953c6ca95c7cf9 (patch)
tree840b1f4a3a76225119ff5e4bff6912d2ceac870b /src/logging.h
parentda94ebc2facd75c6105a7bd31765c6d2b37fc73b (diff)
downloadbitcoin-31b2b802b5b8f214e91ec47fbc953c6ca95c7cf9.tar.xz
blockstorage: use debug log category
Diffstat (limited to 'src/logging.h')
-rw-r--r--src/logging.h1
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,
};