whoops remove debug trace line;

pull/114/head
Bryan Biedenkapp 4 weeks ago
parent 1c787b47a6
commit 1d5e3b889b

@ -1482,7 +1482,7 @@ void HostBridge::writeUDPAudio(uint32_t srcId, uint32_t dstId, uint8_t* pcm, uin
// are we sending RTP audio frames? // are we sending RTP audio frames?
if (m_udpRTPFrames) { if (m_udpRTPFrames) {
LogDebug(LOG_HOST, "Generating RTP frame for UDP audio, srcId = %u, dstId = %u, pcmLength = %u, prevRtpSeq = %u", srcId, dstId, pcmLength, m_rtpSeqNo); //LogDebug(LOG_HOST, "Generating RTP frame for UDP audio, srcId = %u, dstId = %u, pcmLength = %u, prevRtpSeq = %u", srcId, dstId, pcmLength, m_rtpSeqNo);
uint8_t* rtpFrame = generateRTPHeaders(pcmLength, m_rtpSeqNo); uint8_t* rtpFrame = generateRTPHeaders(pcmLength, m_rtpSeqNo);
if (rtpFrame != nullptr) { if (rtpFrame != nullptr) {

Loading…
Cancel
Save

Powered by TurnKey Linux.