Skip to content

Commit

Permalink
improve(bpf): update the bpf log tag to [einat]
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Jan 13, 2025
1 parent 9ddd290 commit e2ea4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bpf/bpf_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum bpf_log_level {
#define _bpf_log_logv(level, fmt, args...) \
({ \
if (BPF_LOG_LEVEL >= level && _bpf_check_printk(args)) { \
bpf_printk("[b-f-c-n][" _##level##_TOKEN "] " BPF_LOG_TOPIC \
bpf_printk("[einat][" _##level##_TOKEN "] " BPF_LOG_TOPIC \
" : " fmt, \
##args); \
} \
Expand Down

0 comments on commit e2ea4e9

Please sign in to comment.