aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/logging.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2012-07-08 19:41:41 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2012-07-08 19:41:41 +0200
commitbf2a18e623b8da65792d74e9cd31d2d9ecbbcb81 (patch)
tree1c5b7b7595a4ea3bc6934e89d83b1970dff11030 /src/common/logging.c
parent66f1fe15e964a341024f93954e8e283938bfbbca (diff)
debug: Add new debugging class for PCU interface (DPCU)
Diffstat (limited to 'src/common/logging.c')
-rw-r--r--src/common/logging.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index bd7eb73a..98fd2058 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -95,6 +95,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.loglevel = LOGL_NOTICE,
.enabled = 1,
},
+ [DPCU] = {
+ .name = "DPCU",
+ .description = "PCU interface",
+ .loglevel = LOGL_NOTICE,
+ .enabled = 1,
+ },
#if 0
[DNS] = {
.name = "DNS",