Index: firmware/App/Services/AlarmMgmt.c =================================================================== diff -u -ra28daf72bbc8bd7313425471555d5189d946af13 -r637c80885d1bd28e84ed16b7526793b0baa0f38d --- firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision a28daf72bbc8bd7313425471555d5189d946af13) +++ firmware/App/Services/AlarmMgmt.c (.../AlarmMgmt.c) (revision 637c80885d1bd28e84ed16b7526793b0baa0f38d) @@ -1458,7 +1458,8 @@ } } // check special cases where we do not want to clear this alarm - otherwise, clear it - if ( ( ALARM_ID_DG_CREATING_DIALYSATE_PLEASE_WAIT == a ) && ( TRUE == alarmIsDetected[ a ] ) && ( mode != MODE_POST ) && + if ( ( ( ALARM_ID_DG_CREATING_DIALYSATE_PLEASE_WAIT == a ) || ( ALARM_ID_HD_BLOOD_LEAK_RECOVERING_PLEASE_WAIT == a ) ) && + ( TRUE == alarmIsDetected[ a ] ) && ( mode != MODE_POST ) && ( action != ALARM_USER_ACTION_RINSEBACK ) && ( action != ALARM_USER_ACTION_END_TREATMENT ) ) { // do not clear this alarm if condition not cleared first (unless treatment is over)