summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/src/trx_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/trxcon/src/trx_if.c')
-rw-r--r--src/host/trxcon/src/trx_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/src/trx_if.c b/src/host/trxcon/src/trx_if.c
index 7499740f..46f6e7e7 100644
--- a/src/host/trxcon/src/trx_if.c
+++ b/src/host/trxcon/src/trx_if.c
@@ -81,7 +81,7 @@ static struct osmo_fsm trx_fsm = {
.name = "trx_interface",
.states = trx_fsm_states,
.num_states = ARRAY_SIZE(trx_fsm_states),
- .log_subsys = DTRX,
+ .log_subsys = DTRXC,
.event_names = trx_evt_names,
};