summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/common/logging.c')
-rw-r--r--src/host/layer23/src/common/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host/layer23/src/common/logging.c b/src/host/layer23/src/common/logging.c
index 281f46fb..ecb482c4 100644
--- a/src/host/layer23/src/common/logging.c
+++ b/src/host/layer23/src/common/logging.c
@@ -96,6 +96,12 @@ static const struct log_info_cat default_categories[] = {
.color = "\033[1;31m",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DSAP] = {
+ .name = "DSAP",
+ .description = "SAP Control",
+ .color = "\033[1;31m",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
[DSUM] = {
.name = "DSUM",
.description = "Summary of Process",