aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-09-14 15:51:43 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-10-30 11:22:21 +0100
commit7456891439dfc714b409a9f33c4c41ea73767afa (patch)
tree35c1ea51684c675b4f42765f61245e29948cd98a /openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
parentcb3c2c95bfdf5d84f1814bea4c5a6c055f6c94bd (diff)
mgcp: Fix the log message. This is inside the MDCX printing routine
Diffstat (limited to 'openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c')
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c2
1 files changed, 1 insertions, 1 deletions
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;
}