From 3b9c4b62c5b071b01c2c9eeacdc98a8cc8c7f49b Mon Sep 17 00:00:00 2001 From: LinkLeong Date: Wed, 30 Nov 2022 04:10:46 +0000 Subject: [PATCH] Remove frequent logs --- service/system.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/service/system.go b/service/system.go index e43fdf2..898fa04 100644 --- a/service/system.go +++ b/service/system.go @@ -335,10 +335,8 @@ func GetCPUThermalZone() string { } } else { if len(name) > 0 { //proves at least one zone - loger.Warn("CPU thermal zone not matched. Default to thermal_zone0.") path = stub + "0" } else { - loger.Error("No CPU thermal zones found. CPU temp will not be displayed.") path = "" } break