zhangmeng
2022-01-20 c765abc0380460a241f96ec931db203700c81b70
src/interface_bus_api.cpp
@@ -340,7 +340,7 @@
        if (addr.ParseFromArray(remote, remote_len)){
            if (!addr.ip().empty() && addr.port() > 0){
                url = "tcp://" + addr.ip() + ":" + to_string(addr.port());
                printf("======>> BHRequest use remote address %s\n", url.c_str());
                // printf("======>> BHRequest use remote address %s\n", url.c_str());
            }
        }
    }