aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/debug.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-28 17:44:55 +0800
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:41 +0200
commit2977d67d489564736da6771cbbd6214d3d4541db (patch)
tree3f9ee26d486819a6529624d289d7adbf03b0141e /openbsc/src/debug.c
parent5434d7ec8dd3b56d126b601e7805350a58deff36 (diff)
GPRS: add DGPRS to new debug api
Diffstat (limited to 'openbsc/src/debug.c')
-rw-r--r--openbsc/src/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/src/debug.c b/openbsc/src/debug.c
index a55d79013..181756de5 100644
--- a/openbsc/src/debug.c
+++ b/openbsc/src/debug.c
@@ -146,6 +146,11 @@ static const struct log_info_cat default_categories[] = {
.description = "Reference Counting",
.enabled = 0, .loglevel = LOGL_NOTICE,
},
+ [DGPRS] = {
+ .name = "DGPRS",
+ .description = "GPRS Packet Service",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
enum log_ctxt {