Ignore:
Timestamp:
11/27/12 02:29:45 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/schedframe/scheduling/policy/local/LocalManagementSystem.java

    r579 r654  
    217217                boolean allocationStatus = getAllocationManager().allocateResources(choosenResources); 
    218218                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."); 
    220220                        return; 
    221221                } 
Note: See TracChangeset for help on using the changeset viewer.