Skip to content

Commit 529e051

Browse files
committed
Minor log cleanup
1 parent b0df148 commit 529e051

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
@@ -200,7 +200,6 @@ impl Bpf {
200200

201201
loop {
202202
if running.has_changed()? && !*running.borrow() {
203-
info!("Stopping BPF worker...");
204203
break;
205204
}
206205

0 commit comments

Comments
 (0)