summaryrefslogtreecommitdiffstats
path: root/devices/temp_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'devices/temp_linux.go')
-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))