mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #121, srs_info detail log compile failed. 0.9.168.
This commit is contained in:
parent
2e58fac5eb
commit
91d2296836
7 changed files with 243 additions and 243 deletions
|
@ -141,9 +141,8 @@ int SrsHttpClient::connect(SrsHttpUri* uri)
|
|||
server.c_str(), port, timeout, ret);
|
||||
return ret;
|
||||
}
|
||||
srs_info("connect to server success. "
|
||||
"http url=%s, server=%s, ip=%s, port=%d",
|
||||
uri->get_url(), uri->get_host(), ip.c_str(), uri->get_port());
|
||||
srs_info("connect to server success. http url=%s, server=%s, port=%d",
|
||||
uri->get_url(), uri->get_host(), uri->get_port());
|
||||
|
||||
connected = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue