aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-07-29 12:47:39 +0200
committerHarald Welte <laforge@gnumonks.org>2018-07-30 17:14:53 +0200
commit95b96d4245e7eb06e92a2261b0f365eb526eab83 (patch)
treee080aeaf269c98047d3f717522f17185d0f79159 /src/logging.c
parent9b6bc9e4798b85c141753b185c10ac9b6ee7cf20 (diff)
USSD: Add new "DSS" logging category and use it appropriately
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 = {