mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
merge from 2.0release
This commit is contained in:
commit
36eb0981ec
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ namespace internal
|
|||
srs_warn("thread %s on before cycle failed, ignored and retry, ret=%d", _name, ret);
|
||||
goto failed;
|
||||
}
|
||||
srs_info("thread %s on before cycle success");
|
||||
srs_info("thread %s on before cycle success", _name);
|
||||
|
||||
if ((ret = handler->cycle()) != ERROR_SUCCESS) {
|
||||
if (!srs_is_client_gracefully_close(ret) && !srs_is_system_control_error(ret)) {
|
||||
|
|
Loading…
Reference in a new issue