aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon/debug.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-10 19:46:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-21 21:33:03 +0100
commiteff4094950cb7e796ae8baee065528617349b0a8 (patch)
treea2ac7ff6e6895b77d531a832a161efcdac11705b /openbsc/src/libcommon/debug.c
parent366c33185b23489de01ca2edd0c9b39e68748452 (diff)
sms: Use the DLSMS instead of the DSMS category throughout our code
Diffstat (limited to 'openbsc/src/libcommon/debug.c')
-rw-r--r--openbsc/src/libcommon/debug.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c
index d0824921b..b6ed66b4a 100644
--- a/openbsc/src/libcommon/debug.c
+++ b/openbsc/src/libcommon/debug.c
@@ -79,12 +79,6 @@ static const struct log_info_cat default_categories[] = {
.color = "\033[1;39m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
- [DSMS] = {
- .name = "DSMS",
- .description = "Layer3 Short Message Service (SMS)",
- .color = "\033[1;37m",
- .enabled = 1, .loglevel = LOGL_NOTICE,
- },
[DPAG] = {
.name = "DPAG",
.description = "Paging Subsystem",