mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine tid in error log
This commit is contained in:
parent
f1c42f7ee0
commit
ba02640c46
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ std::string SrsCplxError::description() {
|
|||
|
||||
next = this;
|
||||
while (next) {
|
||||
ss << "thread #" << next->cid << ": "
|
||||
ss << "thread [" << next->cid << "]: "
|
||||
<< next->func << "() [" << next->file << ":" << next->line << "]"
|
||||
<< "[errno=" << next->rerrno << "]";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue