From 964668dc73ee4cb860efabd491aecc49e757aa2e Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 14 Jan 2015 11:20:21 +0800 Subject: [PATCH] merge from feilong, print format error. --- trunk/src/app/srs_app_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }