From 691b40e834a08392437c19a25faf028a1fc55f1d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 24 Apr 2010 21:02:01 +0800 Subject: nat: Attempt to clarify the text inside the log message. --- openbsc/src/nat/bsc_mgcp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/nat') 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: -- cgit v1.2.3