Don't print calltrack of exception

This commit is contained in:
Frank 2011-01-19 11:42:16 -08:00
parent 2f608c31a4
commit 9b8387fe8c
1 changed files with 1 additions and 4 deletions

View File

@ -2132,10 +2132,7 @@ public class UserVmManagerImpl implements UserVmManager, UserVmService, Manager
try {
vm = _itMgr.start(vm, null, caller, owner);
} catch (Exception e) {
e.printStackTrace();
}
finally {
} finally {
updateVmStateForFailedVmCreation(vm.getId());
}
vm.setPassword(password);