Skip to content

Commit 654e1e5

Browse files
branch-3.0: [chore](log) Fix typo when meta-service checks priority_networks #49704 (#49827)
Cherry-picked from #49704 Co-authored-by: Gavin Chou <[email protected]>
1 parent a7ab767 commit 654e1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cloud/src/common/network_util.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ std::string get_local_ip(const std::string& priority_networks) {
167167
if (config::enable_loopback_address_for_ms || localhost_str != "127.0.0.1") return;
168168
LOG(WARNING) << "localhost IP is loopback address (127.0.0.1), "
169169
<< "there may be multiple NICs for use, "
170-
<< "please set priority_network with a CIDR expression in doris_cloud.conf "
170+
<< "please set priority_networks with a CIDR expression in doris_cloud.conf "
171171
<< "to choose a non-loopback address accordingly";
172172
exit(-1);
173173
});

0 commit comments

Comments
 (0)