aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-24 21:02:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-24 21:02:01 +0800
commit691b40e834a08392437c19a25faf028a1fc55f1d (patch)
tree5b941a61c321bde1015edde3b20440efe260ec3a
parente511d54dd054ead34f128da2f3b7452caccbcf22 (diff)
nat: Attempt to clarify the text inside the log message.
-rw-r--r--openbsc/src/nat/bsc_mgcp_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_mgcp_utils.c b/openbsc/src/nat/bsc_mgcp_utils.c
index 6cb626453..cb9264dfc 100644
--- a/openbsc/src/nat/bsc_mgcp_utils.c
+++ b/openbsc/src/nat/bsc_mgcp_utils.c
@@ -199,7 +199,7 @@ int bsc_mgcp_policy_cb(struct mgcp_config *cfg, int endpoint, int state, const c
sccp = bsc_mgcp_find_con(nat, endpoint);
if (!sccp) {
- LOGP(DMGCP, LOGL_ERROR, "Did not find BSC for a new connection on 0x%x for %d\n", endpoint, state);
+ LOGP(DMGCP, LOGL_ERROR, "Did not find BSC for change on endpoint: 0x%x state: %d\n", endpoint, state);
switch (state) {
case MGCP_ENDP_CRCX: