mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge from feilong, print format error.
This commit is contained in:
parent
61752bec08
commit
964668dc73
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ void SrsThread::thread_cycle()
|
||||||
|
|
||||||
if ((ret = handler->cycle()) != ERROR_SUCCESS) {
|
if ((ret = handler->cycle()) != ERROR_SUCCESS) {
|
||||||
if (!srs_is_client_gracefully_close(ret)) {
|
if (!srs_is_client_gracefully_close(ret)) {
|
||||||
srs_warn("thread cycle failed, ignored and retry, ret=%d", _name, ret);
|
srs_warn("thread %s cycle failed, ignored and retry, ret=%d", _name, ret);
|
||||||
}
|
}
|
||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue