mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
merge from feilong, print format error.
This commit is contained in:
parent
61752bec08
commit
964668dc73
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue