Skip to content

Commit cdbaf88

Browse files
committed
Remove spammy log
Signed-off-by: Zhonghu Xu <xuzhonghu@huawei.com>
1 parent 938599d commit cdbaf88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpf/include/bpf_log.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ volatile __u32 bpf_log_level = BPF_LOG_INFO;
7777

7878
#define BPF_LOG(l, t, f, ...) \
7979
do { \
80-
BPF_LOG_U("bpf log level %u %u", BPF_LOG_##l, bpf_log_level); \
8180
if ((int)(BPF_LOG_##l) <= bpf_log_level) { \
8281
static const char fmt[] = "[" #t "] " #l ": " f ""; \
8382
if (!KERNEL_VERSION_HIGHER_5_13_0) \

0 commit comments

Comments
 (0)