mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Re-hide the scary error messages that aren't actually errors.
This commit is contained in:
parent
9ba5bb2628
commit
73ee423592
@ -74,7 +74,6 @@ pub fn unload_xdp_from_interface(interface_name: &str) -> Result<()> {
|
||||
|
||||
fn set_strict_mode() -> Result<()> {
|
||||
let err = unsafe { libbpf_set_strict_mode(LIBBPF_STRICT_ALL) };
|
||||
#[cfg(release)]
|
||||
unsafe {
|
||||
bpf::do_not_print();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user