Skip to content

Commit

Permalink
optimize LOG cluster_weight
Browse files Browse the repository at this point in the history
Signed-off-by: lec-bit <[email protected]>
  • Loading branch information
lec-bit authored and hzxuzhonghu committed Feb 12, 2025
1 parent 89534c1 commit 3187c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf/kmesh/ads/include/route_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static inline char *select_weight_cluster(Route__RouteAction *route_act)

if (cluster_name != NULL) {
BPF_LOG(
DEBUG, ROUTER_CONFIG, "select cluster, name:weight %s:%d\n", cluster_name, route_cluster_weight->weight);
DEBUG, ROUTER_CONFIG, "select cluster, name %s\n", cluster_name);
return cluster_name;
}

Expand Down

0 comments on commit 3187c9a

Please sign in to comment.