aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcommon/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcommon/debug.c')
-rw-r--r--src/libcommon/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libcommon/debug.c b/src/libcommon/debug.c
index f29f1683d..088902a69 100644
--- a/src/libcommon/debug.c
+++ b/src/libcommon/debug.c
@@ -180,6 +180,11 @@ static const struct log_info_cat default_categories[] = {
.description = "PCU Interface",
.enabled = 1, .loglevel = LOGL_DEBUG,
},
+ [DVLR] = {
+ .name = "DVLR",
+ .description = "Visitor Location Register",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
static int filter_fn(const struct log_context *ctx, struct log_target *tar)