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

update log, add dsu(debug_srs_upnode), 0.9.204

This commit is contained in:
winlin 2014-08-19 16:32:52 +08:00
parent f549f88ed8
commit 4d5414faec
4 changed files with 9 additions and 6 deletions

View file

@ -536,8 +536,8 @@ int SrsRtmpClient::connect_app2(
srs_pid = (int)prop->to_number();
}
}
srs_trace("connected, version=%s, ip=%s, pid=%d, id=%d",
srs_version.c_str(), srs_server_ip.c_str(), srs_pid, srs_id);
srs_trace("connected, version=%s, ip=%s, pid=%d, id=%d, dsu=%d",
srs_version.c_str(), srs_server_ip.c_str(), srs_pid, srs_id, debug_srs_upnode);
return ret;
}