Skip to content

Commit acc358e

Browse files
committed
Minor log cleanup
1 parent f017258 commit acc358e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fact/src/bpf/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ impl Bpf {
236236

237237
loop {
238238
if running.has_changed()? && !*running.borrow() {
239-
info!("Stopping BPF worker...");
240239
break;
241240
}
242241

0 commit comments

Comments
 (0)