Refine tid in error log

pull/1568/head
winlin 5 years ago
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…
Cancel
Save