正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -163,7 +163,7 @@ void SrsThread::thread_cycle() | @@ -163,7 +163,7 @@ void SrsThread::thread_cycle() | ||
| 163 | 163 | ||
| 164 | if ((ret = handler->cycle()) != ERROR_SUCCESS) { | 164 | if ((ret = handler->cycle()) != ERROR_SUCCESS) { |
| 165 | if (!srs_is_client_gracefully_close(ret)) { | 165 | if (!srs_is_client_gracefully_close(ret)) { |
| 166 | - srs_warn("thread cycle failed, ignored and retry, ret=%d", _name, ret); | 166 | + srs_warn("thread %s cycle failed, ignored and retry, ret=%d", _name, ret); |
| 167 | } | 167 | } |
| 168 | goto failed; | 168 | goto failed; |
| 169 | } | 169 | } |
-
请 注册 或 登录 后发表评论