mirror of https://github.com/apache/cloudstack.git
Don't print calltrack of exception
This commit is contained in:
parent
2f608c31a4
commit
9b8387fe8c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue