aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 17:57:10 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 17:57:10 +0200
commit08db6ca509f8e06dc6aa686a92cad8613ccbc31e (patch)
tree57066343a7b346f6a6c96b0f14ec8382c98f0afd
parent6446ded81c2e02e862eefd3f4cba319c711ebf75 (diff)
[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.
-rw-r--r--openbsc/src/mgcp/mgcp_network.c2
1 files changed, 1 insertions, 1 deletions
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;
}