Skip to content

Commit 3187c9a

Browse files
lec-bithzxuzhonghu
authored andcommitted
optimize LOG cluster_weight
Signed-off-by: lec-bit <glfhmzmy@126.com>
1 parent 89534c1 commit 3187c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpf/kmesh/ads/include/route_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ static inline char *select_weight_cluster(Route__RouteAction *route_act)
312312

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

0 commit comments

Comments
 (0)