1
0
Fork 0
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:
winlin 2015-07-10 11:50:35 +08:00
parent 2567a89599
commit 0aa053433c
3 changed files with 7 additions and 9 deletions

View file

@ -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);