diff --git a/trunk/src/app/srs_app_thread.cpp b/trunk/src/app/srs_app_thread.cpp index ecc695909..1862083e2 100644 --- a/trunk/src/app/srs_app_thread.cpp +++ b/trunk/src/app/srs_app_thread.cpp @@ -163,7 +163,7 @@ void SrsThread::thread_cycle() if ((ret = handler->cycle()) != ERROR_SUCCESS) { if (!srs_is_client_gracefully_close(ret)) { - srs_warn("thread cycle failed, ignored and retry, ret=%d", _name, ret); + srs_warn("thread %s cycle failed, ignored and retry, ret=%d", _name, ret); } goto failed; }