diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 9ede016e..3d6b5d03 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -1440,7 +1440,9 @@ def run_mprime_test(state, test): ' {YELLOW}Aborted{CLEAR}'.format(**COLORS)) if test.thermal_abort: test.report.append( - ' {RED}CPU reached temperature limit{CLEAR}'.format(**COLORS)) + ' {RED}CPU reached temperature limit of {temp}°C{CLEAR}'.format( + temp=THERMAL_LIMIT, + **COLORS)) # Done update_progress_pane(state)