Skip to content

Commit 7fc5794

Browse files
authored
Merge pull request #1285 from hzxuzhonghu/spammy-log
Remove spammy log
2 parents e6c32f4 + cdbaf88 commit 7fc5794

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)