1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Log: Support tag for log

This commit is contained in:
winlin 2020-09-10 11:07:21 +08:00
parent 57288838d0
commit 4c459a004e
4 changed files with 17 additions and 27 deletions

View file

@ -1825,7 +1825,7 @@ srs_error_t SrsRtcVideoRecvTrack::check_send_nacks()
return err;
}
srs_trace("[Maybe] RTC: NACK timeout=%u, request PLI, track=%s, ssrc=%u", timeout_nacks,
srs_trace2("MAYBE", "RTC: NACK timeout=%u, request PLI, track=%s, ssrc=%u", timeout_nacks,
track_desc_->id_.c_str(), track_desc_->ssrc_);
return err;