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

amendment srs_verbose info in the get_peer_ip

This commit is contained in:
zhengfl 2014-08-28 03:29:25 +08:00
parent 901c9590e4
commit c2ac11201b

View file

@ -1035,7 +1035,7 @@ string srs_get_peer_ip(int fd)
ip = buf;
srs_verbose("get peer ip success. ip=%s, fd=%d", ip, fd);
srs_verbose("get peer ip success. ip=%s, fd=%d", ip.c_str(), fd);
return ip;
}