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.
This commit is contained in:
Pablo Neira Ayuso 2014-08-28 15:07:56 +02:00
parent a1efcc26cb
commit 1e1558f548
1 changed files with 0 additions and 3 deletions

View File

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