mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Re-add disconnected warning.
This commit is contained in:
parent
5ac3e45aee
commit
702c913a01
@ -50,6 +50,11 @@ impl UispSite {
|
||||
uisp_parent_id = Some(pid.clone());
|
||||
}
|
||||
}
|
||||
if let Some(status) = &id.status {
|
||||
if status == "disconnected" {
|
||||
warn!("Site {:?} is disconnected.", id.name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
let (mut max_down_mbps, mut max_up_mbps) = value.qos(
|
||||
|
Loading…
Reference in New Issue
Block a user