summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-06-12 10:22:23 -0500
committerSean E. Russell <ser@ser1.net>2020-06-12 10:22:23 -0500
commit0b463d427f7758cca9478bfa6d2c2f8eec758740 (patch)
treed893a6b3670a0fd13f5d11f97fc7c1fd59de6a1e
parente2879e970c09d01422d6bc259d2601572679f745 (diff)
Fixme comment
-rw-r--r--devices/temp_linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/devices/temp_linux.go b/devices/temp_linux.go
index 6967232..0bd480f 100644
--- a/devices/temp_linux.go
+++ b/devices/temp_linux.go
@@ -15,6 +15,7 @@ func devs() []string {
}
sensors, err := host.SensorsTemperatures()
if err != nil {
+ // FIXME report the error
return []string{}
}
rv := make([]string, 0, len(sensors))