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

RTC: Refine log

This commit is contained in:
winlin 2020-07-12 09:55:35 +08:00
parent 70c3fc78af
commit b20a68ad68
2 changed files with 4 additions and 4 deletions

View file

@ -455,7 +455,7 @@ void SrsRtcServer::check_and_clean_timeout_session()
// Now, we got the RTC session to cleanup, switch to its context
// to make all logs write to the "correct" pid+cid.
session->switch_to_context();
srs_trace("rtc session=%s, STUN timeout", session->id().c_str());
srs_trace("RTC session=%s, STUN timeout", session->id().c_str());
session->disposing_ = true;
zombies_.push_back(session);