diff --git a/trunk/src/app/srs_app_st.cpp b/trunk/src/app/srs_app_st.cpp index 626fe3e71..cc095fa7a 100644 --- a/trunk/src/app/srs_app_st.cpp +++ b/trunk/src/app/srs_app_st.cpp @@ -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)) {