mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #132: build failed when enable the info or verbose log.
This commit is contained in:
parent
2567a89599
commit
0aa053433c
3 changed files with 7 additions and 9 deletions
|
@ -187,7 +187,7 @@ int SrsHttpClient::connect()
|
|||
host.c_str(), port, timeout_us, ret);
|
||||
return ret;
|
||||
}
|
||||
srs_info("connect to server success. server=%s, port=%d", host, port);
|
||||
srs_info("connect to server success. server=%s, port=%d", host.c_str(), port);
|
||||
|
||||
srs_assert(!skt);
|
||||
skt = new SrsStSocket(stfd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue