aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-01-28 13:17:10 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2018-02-19 10:47:50 +0100
commit86a8031e9cf0b8660d4c34079d0aec1505b4823f (patch)
tree2c6c5ae35c6987ce541d0347dc61fae829f92871 /tests
parentc3ad40ca4e4b0e034020a2095925c3de566cd8d3 (diff)
logging: Remove obsolete log categories
About half of our log categories/subsystems were inherited from OsmoNITB, and are no longer used but may confuse the user. Change-Id: I8b39429f71c0faefdf8158a82093cfb19f44809e
Diffstat (limited to 'tests')
-rw-r--r--tests/bsc-nat/bsc_nat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bsc-nat/bsc_nat_test.c b/tests/bsc-nat/bsc_nat_test.c
index 3d3b4558d..09378ae6a 100644
--- a/tests/bsc-nat/bsc_nat_test.c
+++ b/tests/bsc-nat/bsc_nat_test.c
@@ -1560,7 +1560,7 @@ static const struct log_info log_info = {
int main(int argc, char **argv)
{
msgb_talloc_ctx_init(NULL, 0);
- sccp_set_log_area(DSCCP);
+ sccp_set_log_area(DLSCCP);
osmo_init_logging(&log_info);
test_filter();