From 1e1558f5480b8fbae1831d87fd436a8a50652bc9 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 28 Aug 2014 15:07:56 +0200 Subject: [PATCH] osmux: remove spamming log message Not very useful: <000b> osmux.c:163 Osmux uses CID 1 from endpoint=7 (active=1) Get rid of it. --- openbsc/src/libmgcp/osmux.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbsc/src/libmgcp/osmux.c b/openbsc/src/libmgcp/osmux.c index 15dd6133c..54370ef10 100644 --- a/openbsc/src/libmgcp/osmux.c +++ b/openbsc/src/libmgcp/osmux.c @@ -160,9 +160,6 @@ int osmux_xfrm_to_osmux(int type, char *buf, int rc, struct mgcp_endpoint *endp) memcpy(msg->data, buf, rc); msgb_put(msg, rc); - LOGP(DMGCP, LOGL_DEBUG, "Osmux uses CID %u from endpoint=%d (active=%d)\n", - endp->osmux.cid, ENDPOINT_NUMBER(endp), endp->allocated); - while ((ret = osmux_xfrm_input(endp->osmux.in, msg, endp->osmux.cid)) > 0) { /* batch full, build and deliver it */ osmux_xfrm_input_deliver(endp->osmux.in);