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))