aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo_common.c')
-rw-r--r--src/osmo_common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/osmo_common.c b/src/osmo_common.c
index 33ec1b2..bb7d011 100644
--- a/src/osmo_common.c
+++ b/src/osmo_common.c
@@ -49,6 +49,12 @@ static const struct log_info_cat default_categories[] = {
.color = "\033[1;34m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DTLS] = {
+ .name = "DTLS",
+ .description = "TLS code",
+ .color = "\033[1;34m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
};
const struct log_info log_info = {