From 1c33d4c00d780fccede8216a22c702c399c67f21 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 19 Jul 2011 12:14:34 +0200 Subject: libcommon: Add DCTRL logging destination for libctrl related messages --- openbsc/src/libcommon/debug.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/src/libcommon') diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c index 1372150c8..479390c10 100644 --- a/openbsc/src/libcommon/debug.c +++ b/openbsc/src/libcommon/debug.c @@ -175,6 +175,11 @@ static const struct log_info_cat default_categories[] = { .description = "GSM 08.08 NAT/Multipkexer", .enabled = 1, .loglevel = LOGL_NOTICE, }, + [DCTRL] = { + .name = "DCTRL", + .description = "Control interface", + .enabled = 1, .loglevel = LOGL_NOTICE, + }, }; enum log_filter { -- cgit v1.2.3