This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 9143001aeae [chore](log) Fix typo when meta-service checks priority_networks (#49704) 9143001aeae is described below commit 9143001aeae23b5f1342df987b69ac93484d5c3e Author: Gavin Chou <ga...@selectdb.com> AuthorDate: Mon Apr 7 14:41:29 2025 +0800 [chore](log) Fix typo when meta-service checks priority_networks (#49704) --- cloud/src/common/network_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/src/common/network_util.cpp b/cloud/src/common/network_util.cpp index d31ca7ad937..afec16200e0 100644 --- a/cloud/src/common/network_util.cpp +++ b/cloud/src/common/network_util.cpp @@ -167,7 +167,7 @@ std::string get_local_ip(const std::string& priority_networks) { if (config::enable_loopback_address_for_ms || localhost_str != "127.0.0.1") return; LOG(WARNING) << "localhost IP is loopback address (127.0.0.1), " << "there may be multiple NICs for use, " - << "please set priority_network with a CIDR expression in doris_cloud.conf " + << "please set priority_networks with a CIDR expression in doris_cloud.conf " << "to choose a non-loopback address accordingly"; exit(-1); }); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org