error window v0.1
error box starts doing something start a window for errors to fix more status cleanups & housecleaning Signed-off-by: Jeff Carr <jcarr@wit.com> Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
963f9e2155
commit
b107cd2b6a
|
@ -18,11 +18,11 @@ func (ls *LinuxStatus) Update() {
|
||||||
duration := timeFunction(func () {
|
duration := timeFunction(func () {
|
||||||
linuxLoop()
|
linuxLoop()
|
||||||
})
|
})
|
||||||
ls.SetSpeed(duration)
|
ls.setSpeed(duration)
|
||||||
log.Log(INFO, "Update() END")
|
log.Log(INFO, "Update() END")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ls *LinuxStatus) SetSpeed(duration time.Duration) {
|
func (ls *LinuxStatus) setSpeed(duration time.Duration) {
|
||||||
s := fmt.Sprint(duration)
|
s := fmt.Sprint(duration)
|
||||||
if ls.speedActual == nil {
|
if ls.speedActual == nil {
|
||||||
log.Log(WARN, "can't actually warn")
|
log.Log(WARN, "can't actually warn")
|
||||||
|
|
Loading…
Reference in New Issue