mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 11:48:27 +08:00
runtime: fix a warning.
This commit is contained in:
parent
2b01aa22b6
commit
4a9d8c9459
@ -198,7 +198,7 @@ fn startup_ethernet() {
|
|||||||
Err(err) => warn!("network error: {}", err)
|
Err(err) => warn!("network error: {}", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(net_stats_diff) = net_stats.update() {
|
if let Some(_net_stats_diff) = net_stats.update() {
|
||||||
warn!("ethernet mac:{}", ethmac::EthernetStatistics::new());
|
warn!("ethernet mac:{}", ethmac::EthernetStatistics::new());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user