1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

merge from feilong, print format error.

This commit is contained in:
winlin 2015-01-14 11:20:21 +08:00
parent 61752bec08
commit 964668dc73

View file

@ -163,7 +163,7 @@ void SrsThread::thread_cycle()
if ((ret = handler->cycle()) != ERROR_SUCCESS) { if ((ret = handler->cycle()) != ERROR_SUCCESS) {
if (!srs_is_client_gracefully_close(ret)) { 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; goto failed;
} }