aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/lchan_rtp_fsm.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-07-11 19:53:39 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-07-28 12:18:23 +0200
commit3c5612f82b29a8c57e88499d6cc7cf334d66d6cb (patch)
tree9b550bc3c0340ec412edbd8928ed99b812b1987b /src/osmo-bsc/lchan_rtp_fsm.c
parent2fc79dd2207b0c2a563edddea13f7ebda9213e70 (diff)
create separate logging categories for lchan,ts,as FSMs
Diffstat (limited to 'src/osmo-bsc/lchan_rtp_fsm.c')
-rw-r--r--src/osmo-bsc/lchan_rtp_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/lchan_rtp_fsm.c b/src/osmo-bsc/lchan_rtp_fsm.c
index 3530b8a72..f7efc1ba8 100644
--- a/src/osmo-bsc/lchan_rtp_fsm.c
+++ b/src/osmo-bsc/lchan_rtp_fsm.c
@@ -736,7 +736,7 @@ static struct osmo_fsm lchan_rtp_fsm = {
.name = "lchan_rtp",
.states = lchan_rtp_fsm_states,
.num_states = ARRAY_SIZE(lchan_rtp_fsm_states),
- .log_subsys = DRSL,
+ .log_subsys = DCHAN,
.event_names = lchan_rtp_fsm_event_names,
.timer_cb = lchan_rtp_fsm_timer_cb,
.cleanup = lchan_rtp_fsm_cleanup,