aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 00:55:16 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-25 00:55:16 +0800
commitc8fdf0c4b674534337537a1e95e1c5a2998cf5af (patch)
tree1cb279e568831d0e5f3ec50474e8dece610d9138
parent45473477f60c0d2010b72c3fc4959a7dc1043a8c (diff)
bsc_msc_ip: Set the right log area
-rw-r--r--openbsc/src/bsc_msc_ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index d69022bbe..08747e5ff 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -1233,6 +1233,7 @@ int main(int argc, char **argv)
}
/* initialize sccp */
+ sccp_set_log_area(DSCCP);
sccp_system_init(msc_sccp_write_ipa, NULL);
sccp_connection_set_incoming(&sccp_ssn_bssap, msc_sccp_accept, NULL);
sccp_set_read(&sccp_ssn_bssap, msc_sccp_read, NULL);