mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 23:46:13 +00:00
removed lock printous
This commit is contained in:
parent
1f31e96a9f
commit
893d2d9e55
@ -188,8 +188,6 @@ public class MachineUtils {
|
|||||||
IMachine immutableMachine = manager.get().getVBox().findMachine(machineId);
|
IMachine immutableMachine = manager.get().getVBox().findMachine(machineId);
|
||||||
session = manager.get().getSessionObject();
|
session = manager.get().getSessionObject();
|
||||||
immutableMachine.lockMachine(session, type);
|
immutableMachine.lockMachine(session, type);
|
||||||
System.err.println("ACQUIRED LOCK ["+time+"]");
|
|
||||||
print();
|
|
||||||
break;
|
break;
|
||||||
} catch (VBoxException e) {
|
} catch (VBoxException e) {
|
||||||
VBoxException vbex = Throwables2.getFirstThrowableOfType(e, VBoxException.class);
|
VBoxException vbex = Throwables2.getFirstThrowableOfType(e, VBoxException.class);
|
||||||
@ -215,8 +213,6 @@ public class MachineUtils {
|
|||||||
type, e.getMessage()), e);
|
type, e.getMessage()), e);
|
||||||
} finally {
|
} finally {
|
||||||
session.unlockMachine();
|
session.unlockMachine();
|
||||||
System.err.println("RELEASED LOCK ["+time+"]");
|
|
||||||
print();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user