winlin

refine fast id tracer

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 ////////////////////////////////////////////////////////////////////////////////// 3 //////////////////////////////////////////////////////////////////////////////////
4 4
5 // to query the swf anti cache. 5 // to query the swf anti cache.
6 -function srs_get_version_code() { return "1.21"; } 6 +function srs_get_version_code() { return "1.23"; }
7 7
8 /** 8 /**
9 * player specified size. 9 * player specified size.
@@ -517,7 +517,7 @@ int SrsRtmpClient::connect_app(string app, string tc_url) @@ -517,7 +517,7 @@ int SrsRtmpClient::connect_app(string app, string tc_url)
517 srs_pid = (int)prop->to_number(); 517 srs_pid = (int)prop->to_number();
518 } 518 }
519 } 519 }
520 - srs_trace("connected, version=%s, ip=%s, identity=[%d][%d]", 520 + srs_trace("connected, version=%s, ip=%s, pid=%d, id=%d",
521 srs_version.c_str(), srs_server_ip.c_str(), srs_pid, srs_id); 521 srs_version.c_str(), srs_server_ip.c_str(), srs_pid, srs_id);
522 522
523 return ret; 523 return ret;