We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c32f4 + cdbaf88 commit 7fc5794Copy full SHA for 7fc5794
bpf/include/bpf_log.h
@@ -77,7 +77,6 @@ volatile __u32 bpf_log_level = BPF_LOG_INFO;
77
78
#define BPF_LOG(l, t, f, ...) \
79
do { \
80
- BPF_LOG_U("bpf log level %u %u", BPF_LOG_##l, bpf_log_level); \
81
if ((int)(BPF_LOG_##l) <= bpf_log_level) { \
82
static const char fmt[] = "[" #t "] " #l ": " f ""; \
83
if (!KERNEL_VERSION_HIGHER_5_13_0) \
0 commit comments