Skip to content

Commit

Permalink
fix log category
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Aug 1, 2024
1 parent 23f24b5 commit 611db77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ enum LogFlags : uint64_t {
MEMPOOLREJ = (1 << 16),
LIBEVENT = (1 << 17),
COINDB = (1 << 18),
POPS = (1 << 19),
LEVELDB = (1 << 20),
VALIDATION = (1 << 21),
I2P = (1 << 22),
Expand All @@ -70,7 +71,6 @@ enum LogFlags : uint64_t {
SCAN = (1 << 28),
TXPACKAGES = (1 << 29),
DANDELION = (1 << 30),
POPS = (1ULL << 31),
ALL = ~(uint64_t)0,
};
enum class Level {
Expand Down

0 comments on commit 611db77

Please sign in to comment.