From 4a78c7b25030208e778782c12a34922aaa9ba5fe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 22 Apr 2010 00:17:37 +0800 Subject: [mgcp] Print a Deleted endpoint message again. --- openbsc/src/mgcp/mgcp_protocol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbsc/src/mgcp/mgcp_protocol.c b/openbsc/src/mgcp/mgcp_protocol.c index 76eb7c2a0..998476dec 100644 --- a/openbsc/src/mgcp/mgcp_protocol.c +++ b/openbsc/src/mgcp/mgcp_protocol.c @@ -647,6 +647,8 @@ static struct msgb *handle_delete_con(struct mgcp_config *cfg, struct msgb *msg) } /* free the connection */ + LOGP(DMGCP, LOGL_NOTICE, "Deleted endpoint on: 0x%x Server: %s:%u\n", + ENDPOINT_NUMBER(endp), inet_ntoa(endp->remote), ntohs(endp->net_rtp)); mgcp_free_endp(endp); if (cfg->change_cb) cfg->change_cb(cfg, ENDPOINT_NUMBER(endp), MGCP_ENDP_DLCX, endp->rtp_port); -- cgit v1.2.3