merge from feilong, print format error.
This commit is contained in:
parent
61752bec08
commit
964668dc73
|
|
@ -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…
Reference in New Issue
Block a user