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:
parent
f549f88ed8
commit
4d5414faec
4 changed files with 9 additions and 6 deletions
|
@ -352,7 +352,8 @@ int SrsForwarder::connect_app(string ep_server, string ep_port)
|
|||
// the debug_srs_upnode is config in vhost and default to true.
|
||||
bool debug_srs_upnode = _srs_config->get_debug_srs_upnode(req->vhost);
|
||||
if ((ret = client->connect_app(req->app, tc_url, req, debug_srs_upnode)) != ERROR_SUCCESS) {
|
||||
srs_error("connect with server failed, tcUrl=%s. ret=%d", tc_url.c_str(), ret);
|
||||
srs_error("connect with server failed, tcUrl=%s, dsu=%d. ret=%d",
|
||||
tc_url.c_str(), debug_srs_upnode, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue