aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 15:17:45 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-21 15:17:45 +0800
commitf4f090ee36246a2bc027aea790663670276f5e48 (patch)
treea97dfb20bfebd3689ff005b549cbd42d4ce0f72d /openbsc
parent2a554bfcc45b4def1fb61edc285bd555be53ff55 (diff)
[nat] Reword warning when we had a pending transaction and forget about it.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/nat/bsc_mgcp_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/nat/bsc_mgcp_utils.c b/openbsc/src/nat/bsc_mgcp_utils.c
index 0e34e6885..70f7509c3 100644
--- a/openbsc/src/nat/bsc_mgcp_utils.c
+++ b/openbsc/src/nat/bsc_mgcp_utils.c
@@ -148,8 +148,8 @@ int bsc_mgcp_policy_cb(struct mgcp_config *cfg, int endpoint, int state, const c
}
if (bsc_endp->transaction_id) {
- LOGP(DMGCP, LOGL_ERROR, "One transaction with id '%s' on 0x%x\n",
- bsc_endp->transaction_id, endpoint);
+ LOGP(DMGCP, LOGL_ERROR, "Endpoint 0x%x had pending transaction: '%s'\n",
+ endpoint, bsc_endp->transaction_id);
talloc_free(bsc_endp->transaction_id);
}