Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoDeundiak committed Dec 3, 2024
1 parent ef930d2 commit 68306bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fn build_ebpf() {
};

if !output.status.success() {
panic!("Couldn't compile eBPF");
panic!("Couldn't compile eBPF: {:?}", output.stderr);
}

let build_output_file =
Expand Down

0 comments on commit 68306bb

Please sign in to comment.