mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge pull request #172 from zhengfl/master
amendment srs_verbose info in the get_peer_ip, for #153.
This commit is contained in:
commit
cc83544d72
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ string srs_get_peer_ip(int fd)
|
||||||
|
|
||||||
ip = buf;
|
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;
|
return ip;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue