aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-01-04 14:37:03 +0100
committerdexter <pmaier@sysmocom.de>2018-01-10 11:12:12 +0000
commitf56a28d1c24e7ab40402939676edd8d5f50bc94e (patch)
tree1761c8d405a01c438c7e9a0832ed5aa06d5ed573
parentf9ca0204c468414c553262ad05ec789fa1e5451b (diff)
cosmetic: mgcp: remove duplicate logging
do not print an additional log lines when the mgcp FSM gets halted. This is already done by osmo-fsm Change-Id: I5aebbcacb68eab3c6afb19991dbf63a02524e4d7
-rw-r--r--src/osmo-bsc/osmo_bsc_mgcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bsc/osmo_bsc_mgcp.c b/src/osmo-bsc/osmo_bsc_mgcp.c
index 6caf49658..186c8c5c8 100644
--- a/src/osmo-bsc/osmo_bsc_mgcp.c
+++ b/src/osmo-bsc/osmo_bsc_mgcp.c
@@ -811,8 +811,6 @@ static void fsm_halt_cb(struct osmo_fsm_inst *fi, uint32_t event, void *data)
mgcp_ctx->resp = NULL;
}
- LOGPFSML(fi, LOGL_DEBUG, "state machine halted\n");
-
/* Destroy the state machine and all context information */
osmo_fsm_inst_free(mgcp_ctx->fsm);
mgcp_ctx->fsm = NULL;