Skip to content

Commit

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

if (cluster_name != NULL) {
BPF_LOG(
DEBUG, ROUTER_CONFIG, "select cluster, name %s\n", cluster_name);
BPF_LOG(DEBUG, ROUTER_CONFIG, "select cluster, name %s\n", cluster_name);
return cluster_name;
}

Expand Down

0 comments on commit 791d8d7

Please sign in to comment.