diff options
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, }; |