bug 9161:

add more log
This commit is contained in:
anthony 2011-03-28 14:40:58 -07:00
parent 6d938157bb
commit 8712334ae2
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Listene
ItWorkVO vo = _workDao.findByOutstandingWork(vm.getId(), state);
if (vo == null) {
if (s_logger.isDebugEnabled()) {
s_logger.debug("Unable to find work for " + vm);
s_logger.debug("Unable to find work for VM: " + vm + " and state: " + state);
}
return true;
}