aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msc_vlr/msc_vlr_tests.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-12 23:59:37 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-15 14:24:57 +0000
commit12e17be1a0e87905e47aa5bdaf88a73edbb03735 (patch)
treec62a5bc8c66c8ea1e134fe2259a6a45392968eb4 /tests/msc_vlr/msc_vlr_tests.c
parentfe718bc760574e49fa09885a99496464a10096c0 (diff)
cosmetic: msc_vlr_tests: enable CC logging in debug
There are a number of bad failures in CC teardown handling we're solving. It helps to see CC logging in the msc_vlr_tests. Change-Id: I56ac269d46b48b6b85efad81c4d2343bfc41ea90
Diffstat (limited to 'tests/msc_vlr/msc_vlr_tests.c')
-rw-r--r--tests/msc_vlr/msc_vlr_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/msc_vlr/msc_vlr_tests.c b/tests/msc_vlr/msc_vlr_tests.c
index 97a2e5da0..4c51790cf 100644
--- a/tests/msc_vlr/msc_vlr_tests.c
+++ b/tests/msc_vlr/msc_vlr_tests.c
@@ -433,7 +433,7 @@ static struct log_info_cat test_categories[] = {
[DCC] = {
.name = "DCC",
.description = "Layer3 Call Control (CC)",
- .enabled = 1, .loglevel = LOGL_INFO,
+ .enabled = 1, .loglevel = LOGL_DEBUG,
},
[DMM] = {
.name = "DMM",