winlin

merge from 2.0release

@@ -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)) {