We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0df148 commit 529e051Copy full SHA for 529e051
1 file changed
fact/src/bpf/mod.rs
@@ -200,7 +200,6 @@ impl Bpf {
200
201
loop {
202
if running.has_changed()? && !*running.borrow() {
203
- info!("Stopping BPF worker...");
204
break;
205
}
206
0 commit comments