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
|
@ -83,6 +83,7 @@ int SrsIngester::start()
|
|||
srs_error("st_thread_create failed. ret=%d", ret);
|
||||
return ret;
|
||||
}
|
||||
srs_trace("ingest 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