X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0cb036c32d50dfedd6e649ba3cd60ba063d40542..7018d53f4b991df9ddfa5b0c53293118d200efd6:/src/bindings/java/org/simgrid/msg/VM.java diff --git a/src/bindings/java/org/simgrid/msg/VM.java b/src/bindings/java/org/simgrid/msg/VM.java index b858c49694..ac8a512561 100644 --- a/src/bindings/java/org/simgrid/msg/VM.java +++ b/src/bindings/java/org/simgrid/msg/VM.java @@ -158,7 +158,7 @@ public class VM extends Host{ try { this.internalmig(destination); } catch (Exception e){ - Msg.info("an exception occurs during the migration of VM "+this.getName()); + Msg.info("Migration of VM "+this.getName()+" to "+destination.getName()+" is impossible ("+e.getMessage()+")"); throw new HostFailureException(); } // If the migration correcly returned, then we should change the currentHost value.