正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -206,7 +206,7 @@ namespace internal | @@ -206,7 +206,7 @@ namespace internal | ||
| 206 | srs_warn("thread %s on before cycle failed, ignored and retry, ret=%d", _name, ret); | 206 | srs_warn("thread %s on before cycle failed, ignored and retry, ret=%d", _name, ret); |
| 207 | goto failed; | 207 | goto failed; |
| 208 | } | 208 | } |
| 209 | - srs_info("thread %s on before cycle success"); | 209 | + srs_info("thread %s on before cycle success", _name); |
| 210 | 210 | ||
| 211 | if ((ret = handler->cycle()) != ERROR_SUCCESS) { | 211 | if ((ret = handler->cycle()) != ERROR_SUCCESS) { |
| 212 | if (!srs_is_client_gracefully_close(ret) && !srs_is_system_control_error(ret)) { | 212 | if (!srs_is_client_gracefully_close(ret) && !srs_is_system_control_error(ret)) { |
-
请 注册 或 登录 后发表评论