zhangmeng
2021-12-15 93ca5ec2e377961d0a7825b6906ee72dfc78480a
src/bn_api.cpp
@@ -378,7 +378,7 @@
        BHAddress addr;
        if (addr.ParseFromArray(remote, remote_len)){
            if (!addr.ip().empty() && addr.port() > 0){
                url = "tcp://" + addr.ip() + ":" + to_string(addr.port());
                // url = "tcp://" + addr.ip() + ":" + to_string(addr.port());
                printf("======>> BHRequest use remote address %s\n", url.c_str());
            }
        }