Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge msg_vm.c - adrien (please note that there is one line (destruction of the tx_pr...
[simgrid.git] / src / bindings / java / org / simgrid / msg / VM.java
index c25f3b7..b858c49 100644 (file)
@@ -156,9 +156,7 @@ public class VM extends Host{
         */     
        public void migrate(Host destination) throws HostFailureException{
                try {
-                       Msg.info("Migrate begins");
                        this.internalmig(destination);
-                       Msg.info("Migrate ends");
                } catch (Exception e){
                  Msg.info("an exception occurs during the migration of VM "+this.getName());
                  throw new HostFailureException();