aboutsummaryrefslogtreecommitdiff
path: root/src/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.h')
-rw-r--r--src/logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logging.h b/src/logging.h
index 4ece8f5e3a..d04bc99268 100644
--- a/src/logging.h
+++ b/src/logging.h
@@ -57,6 +57,8 @@ namespace BCLog {
QT = (1 << 19),
LEVELDB = (1 << 20),
VALIDATION = (1 << 21),
+ I2P = (1 << 22),
+ IPC = (1 << 23),
ALL = ~(uint32_t)0,
};