mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #87: add source id for full trackable log. 0.9.120
This commit is contained in:
parent
b28593894b
commit
978e985519
6 changed files with 34 additions and 6 deletions
|
@ -176,7 +176,7 @@ int SrsListener::cycle()
|
|||
|
||||
if(client_stfd == NULL){
|
||||
// ignore error.
|
||||
srs_warn("ignore accept thread stoppped for accept client error");
|
||||
srs_error("ignore accept thread stoppped for accept client error");
|
||||
return ret;
|
||||
}
|
||||
srs_verbose("get a client. fd=%d", st_netfd_fileno(client_stfd));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue