Skip to content

Commit

Permalink
WebRTC: Eliminate unused debugging log.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 28, 2022
1 parent 386b92e commit 8bd8c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_rtc_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2663,7 +2663,7 @@ void SrsRtcSendTrack::rebuild_packet(SrsRtpPacket* pkt)
uint32_t ts = pkt->header.get_timestamp();
pkt->header.set_timestamp(jitter_ts_->correct(ts));

srs_warn("RTC: Correct %s seq=%u/%u, ts=%u/%u", track_desc_->type_.c_str(), seq, pkt->header.get_sequence(), ts, pkt->header.get_timestamp());
srs_info("RTC: Correct %s seq=%u/%u, ts=%u/%u", track_desc_->type_.c_str(), seq, pkt->header.get_sequence(), ts, pkt->header.get_timestamp());
}

srs_error_t SrsRtcSendTrack::on_nack(SrsRtpPacket** ppkt)
Expand Down

0 comments on commit 8bd8c11

Please sign in to comment.