aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 5ce9b8b6..29116921 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -136,6 +136,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.enabled = 1, .loglevel = LOGL_DEBUG,
},
#endif
+ [DSUM] = {
+ .name = "DSUM",
+ .description = "DSUM",
+ .loglevel = LOGL_NOTICE,
+ .enabled = 1,
+ },
};
const struct log_info bts_log_info = {