Changeset 654 for DCWoRMS/trunk/src/schedframe/scheduling/policy/local
- Timestamp:
- 11/27/12 02:29:45 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/scheduling/policy/local/LocalManagementSystem.java
r579 r654 217 217 boolean allocationStatus = getAllocationManager().allocateResources(choosenResources); 218 218 if(allocationStatus == false){ 219 log. error("Task requires more resources than is availiable at this moment.");219 log.info("Task requires more resources than is availiable at this moment."); 220 220 return; 221 221 }
Note: See TracChangeset
for help on using the changeset viewer.