mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add thread cid to log
This commit is contained in:
parent
28231cadda
commit
fdd0678bcb
3 changed files with 6 additions and 2 deletions
|
@ -132,6 +132,7 @@ int SrsForwarder::on_publish(SrsRequest* req, std::string forward_server)
|
|||
srs_error("start srs thread failed. ret=%d", ret);
|
||||
return ret;
|
||||
}
|
||||
srs_trace("forward thread cid=%d, current_cid=%d", pthread->cid(), _srs_context->get_id());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue