diff --git a/bpf/kmesh/ads/include/route_config.h b/bpf/kmesh/ads/include/route_config.h index 61c5c25b8..1b42046cf 100644 --- a/bpf/kmesh/ads/include/route_config.h +++ b/bpf/kmesh/ads/include/route_config.h @@ -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; }