Skip to content

Commit 791d8d7

Browse files
author
lec-bit
committed
optimize LOG
Signed-off-by: lec-bit <glfhzmy@126.com>
1 parent 3187c9a commit 791d8d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bpf/kmesh/ads/include/route_config.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,7 @@ static inline char *select_weight_cluster(Route__RouteAction *route_act)
311311
}
312312

313313
if (cluster_name != NULL) {
314-
BPF_LOG(
315-
DEBUG, ROUTER_CONFIG, "select cluster, name %s\n", cluster_name);
314+
BPF_LOG(DEBUG, ROUTER_CONFIG, "select cluster, name %s\n", cluster_name);
316315
return cluster_name;
317316
}
318317

0 commit comments

Comments
 (0)