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

refine fast id tracer

This commit is contained in:
winlin 2014-05-27 19:34:18 +08:00
parent 978e985519
commit 6de81fdb1c
3 changed files with 2 additions and 2 deletions

View file

@ -517,7 +517,7 @@ int SrsRtmpClient::connect_app(string app, string tc_url)
srs_pid = (int)prop->to_number();
}
}
srs_trace("connected, version=%s, ip=%s, identity=[%d][%d]",
srs_trace("connected, version=%s, ip=%s, pid=%d, id=%d",
srs_version.c_str(), srs_server_ip.c_str(), srs_pid, srs_id);
return ret;