zhengfl

amendment srs_verbose info in the get_peer_ip

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