GPRS: add DGPRS to new debug api

This commit is contained in:
Harald Welte 2010-03-28 17:44:55 +08:00
parent 7491c7763b
commit 6190c360f3
1 changed files with 5 additions and 0 deletions

View File

@ -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 {