mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-18 13:24:13 -05: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) {
|
let ifname = match get_interface_name(msg.header.index) {
|
||||||
Ok(v) => v,
|
Ok(v) => v,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log_net!(warn
|
warn!(target: "net",
|
||||||
"couldn't get interface name for index {}: {}",
|
"couldn't get interface name for index {}: {}",
|
||||||
msg.header.index,
|
msg.header.index,
|
||||||
e
|
e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user