[nat] Reword warning when we had a pending transaction and forget about it.

This commit is contained in:
Holger Hans Peter Freyther
2010-04-21 15:17:45 +08:00
parent 2a554bfcc4
commit f4f090ee36

View File

@@ -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);
}