Refine tid in error log
This commit is contained in:
parent
f1c42f7ee0
commit
ba02640c46
|
|
@ -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…
Reference in New Issue
Block a user