aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/logging.c b/src/logging.c
index f81781d..3fa2a69 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -19,6 +19,13 @@ const struct log_info_cat hlr_log_info_cat[] = {
.color = "\033[1;33m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DSS] = {
+ .name = "DSS",
+ .description = "Supplementary Services",
+ .color = "\033[1;34m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
+
};
const struct log_info hlr_log_info = {