don't log useless "transcoding disabled" message

The entire mgw has no transcoding support.  So printing that message is
useless to begin with.  And printing it for *every RTP packet* is even
more useless.  Let's remove it.

Change-Id: If0ee2607404afc3a00665a5cf22a9e0eb62eb476
This commit is contained in:
Harald Welte
2024-03-19 18:31:02 +01:00
parent f12ad38d46
commit 179525e07b

View File

@@ -410,7 +410,6 @@ int mgcp_rtp_processing_default(struct mgcp_endpoint *endp,
struct mgcp_rtp_end *dst_end,
struct msgb *msg)
{
LOGPENDP(endp, DRTP, LOGL_DEBUG, "transcoding disabled\n");
return 0;
}