mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
[windows_kext] Remove warning to reduce confusion.
This commit is contained in:
parent
ea59c11d0d
commit
89657123ec
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ fn ip_packet_layer(
|
|||
} {
|
||||
Ok(key) => key,
|
||||
Err(err) => {
|
||||
crate::warn!("failed to get key from nbl: {}", err);
|
||||
crate::dbg!("failed to get key from nbl: {}", err);
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue