mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 12:16:22 -04:00
fix linux
This commit is contained in:
parent
fdc3de906f
commit
d8710b800d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue