From 08db6ca509f8e06dc6aa686a92cad8613ccbc31e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 5 Apr 2010 17:57:10 +0200 Subject: [mgcp] Reduce this to a debug message... This message can get in the way during a re-establishment of the MSC connection while the MSCs gateway is still sending data to us. --- openbsc/src/mgcp/mgcp_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/mgcp/mgcp_network.c') diff --git a/openbsc/src/mgcp/mgcp_network.c b/openbsc/src/mgcp/mgcp_network.c index dbf3b5c2b..a4a0b1909 100644 --- a/openbsc/src/mgcp/mgcp_network.c +++ b/openbsc/src/mgcp/mgcp_network.c @@ -126,7 +126,7 @@ static int rtp_data_cb(struct bsc_fd *fd, unsigned int what) /* do not forward aynthing... maybe there is a packet from the bts */ if (endp->ci == CI_UNUSED) { - LOGP(DMGCP, LOGL_ERROR, "Unknown message on endpoint: 0x%x\n", ENDPOINT_NUMBER(endp)); + LOGP(DMGCP, LOGL_DEBUG, "Unknown message on endpoint: 0x%x\n", ENDPOINT_NUMBER(endp)); return -1; } -- cgit v1.2.3