From 7456891439dfc714b409a9f33c4c41ea73767afa Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 Sep 2012 15:51:43 +0200 Subject: [PATCH] mgcp: Fix the log message. This is inside the MDCX printing routine --- openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c index 8f027721a..668ddd653 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c +++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c @@ -253,7 +253,7 @@ static void bsc_mgcp_send_mdcx(struct bsc_connection *bsc, int port, struct mgcp bsc->nat->mgcp_cfg->source_addr, endp->bts_end.local_port); if (len < 0) { - LOGP(DMGCP, LOGL_ERROR, "snprintf for DLCX failed.\n"); + LOGP(DMGCP, LOGL_ERROR, "snprintf for MDCX failed.\n"); return; }