diff --git a/aya-obj/src/btf/btf.rs b/aya-obj/src/btf/btf.rs index 8a9a3067..faf519cd 100644 --- a/aya-obj/src/btf/btf.rs +++ b/aya-obj/src/btf/btf.rs @@ -550,9 +550,9 @@ impl Btf { if ty.linkage() == FuncLinkage::Global { if !features.btf_func_global { debug!( - "{}: BTF_FUNC_GLOBAL not supported. replacing with BTF_FUNC_STATIC", - kind - ); + "{}: BTF_FUNC_GLOBAL not supported. replacing with BTF_FUNC_STATIC", + kind + ); } else { debug!("changing FUNC {name} linkage to BTF_FUNC_STATIC"); }