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 f017258 commit acc358eCopy full SHA for acc358e
1 file changed
fact/src/bpf/mod.rs
@@ -236,7 +236,6 @@ impl Bpf {
236
237
loop {
238
if running.has_changed()? && !*running.borrow() {
239
- info!("Stopping BPF worker...");
240
break;
241
}
242
0 commit comments