From 3ab64064ed5cf12f40f451279ed205fa5c6fa81d Mon Sep 17 00:00:00 2001 From: Sanjay Singh Rawat Date: Tue, 8 Jul 2014 16:50:56 +0200 Subject: thermal: change result string to standard for check_valid_temp changing as required by lava Signed-off-by: Sanjay Singh Rawat --- include/thermal_functions.sh | 4 ++-- 1 file 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 } -- cgit v1.2.3