Ignore:
Timestamp:
01/10/13 09:24:43 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r763 r767  
    208208                                } 
    209209                        } 
    210  
    211210                } 
    212211        } 
     
    217216                boolean allocationStatus = getAllocationManager().allocateResources(choosenResources); 
    218217                if(allocationStatus == false){ 
    219                         log.info("Task requires more resources than is availiable at this moment."); 
     218                        log.info("Task " + task.getJobId() + "_" + task.getId() + " requires more resources than is availiable at this moment."); 
    220219                        return; 
    221220                } 
     
    359358                } 
    360359        } 
     360         
    361361        private void notifyComputingResources(PEUnit peUnit, EnergyEventType eventType, Object obj){ 
    362362 
Note: See TracChangeset for help on using the changeset viewer.