fix linux

This commit is contained in:
John Smith 2024-03-07 16:56:17 -05:00 committed by Christien Rioux
parent fdc3de906f
commit d8710b800d

View File

@ -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