aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-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 98fd2058..1e071dbb 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -101,6 +101,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
+ [DHO] = {
+ .name = "DHO",
+ .description = "Handover",
+ .color = "\033[0;37m",
+ .enabled = 1, .loglevel = LOGL_NOTICE,
+ },
#if 0
[DNS] = {
.name = "DNS",