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()); } } }