aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-12 18:00:25 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-04-16 09:17:21 +0200
commit931ad6ac33d8efaf7f32f49c253c0cc7bbf595fc (patch)
treeb3d788e27889393f36834fed4fe18528977f6a28
parent462b7d7158937b51fbb833ea3066e01fe8322f37 (diff)
nat: Reword the log messages as this is normal operation
The bsc_mgcp_dlcx method is called from the mgcp policy callback but also from inside the nat core when the SCCP connection is going away.
-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 a29e9d70d..ba15618ec 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c
@@ -356,7 +356,7 @@ void bsc_mgcp_dlcx(struct sccp_connections *con)
/* send a DLCX down the stream */
if (con->bsc_endp != -1 && con->bsc->_endpoint_status) {
LOGP(DNAT, LOGL_NOTICE,
- "Endpoint 0x%x was still allocated on bsc: %d. Freeing it.\n",
+ "Endpoint 0x%x was allocated for bsc: %d. Freeing it.\n",
con->bsc_endp, con->bsc->cfg->nr);
if (con->bsc->_endpoint_status[con->bsc_endp] != 1)
LOGP(DNAT, LOGL_ERROR, "Endpoint 0x%x was not in use\n", con->bsc_endp);