mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fix linux
This commit is contained in:
parent
fdc3de906f
commit
d8710b800d
@ -262,7 +262,7 @@ impl PlatformSupportNetlink {
|
||||
let ifname = match get_interface_name(msg.header.index) {
|
||||
Ok(v) => v,
|
||||
Err(e) => {
|
||||
log_net!(warn
|
||||
warn!(target: "net",
|
||||
"couldn't get interface name for index {}: {}",
|
||||
msg.header.index,
|
||||
e
|
||||
|
Loading…
Reference in New Issue
Block a user