aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/thermal_functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/thermal_functions.sh b/include/thermal_functions.sh
index 0c836c5..f3c4783 100644
--- a/include/thermal_functions.sh
+++ b/include/thermal_functions.sh
@@ -43,11 +43,11 @@ check_valid_temp() {
log_begin "checking $descr"
if [ $temp_val -gt 0 ]; then
- log_end "pass"
+ log_end "Ok"
return 0
fi
- log_end "fail"
+ log_end "Err"
return 1
}