1
0
Fork 0
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:
winlin 2014-04-16 16:58:54 +08:00
parent 28231cadda
commit fdd0678bcb
3 changed files with 6 additions and 2 deletions

View file

@ -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;
}