aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-07 11:54:23 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-07 11:54:23 +0200
commit42f80bc7afcbad2b2a6c44ccf224265812fca3ba (patch)
treeb1a741b67aa15a89a72d7bbdf021b82966a06045
parent82c4d8685ce0b32a7e9659e66ba751aaed08350c (diff)
add RTP logging
-rw-r--r--src/common/logging.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/common/logging.c b/src/common/logging.c
index 2e952089..bd7eb73a 100644
--- a/src/common/logging.c
+++ b/src/common/logging.c
@@ -75,7 +75,7 @@ static struct log_info_cat bts_log_info_cat[] = {
[DL1P] = {
.name = "DL1P",
.description = "Layer 1 Primitives",
- .loglevel = LOGL_DEBUG,
+ .loglevel = LOGL_INFO,
.enabled = 0,
},
[DDSP] = {
@@ -89,6 +89,12 @@ static struct log_info_cat bts_log_info_cat[] = {
.description = "A-bis Intput Subsystem",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DRTP] = {
+ .name = "DRTP",
+ .description = "Realtime Transfer Protocol",
+ .loglevel = LOGL_NOTICE,
+ .enabled = 1,
+ },
#if 0
[DNS] = {
.name = "DNS",