X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2f951e38bdf2b8639bf42b78b69c1530510b6f0..77bbf3027c4240a2e833209a3a3f186589da8577:/examples/java/cloud/migration/XVM.java?ds=sidebyside diff --git a/examples/java/cloud/migration/XVM.java b/examples/java/cloud/migration/XVM.java index 414c98096e..10407a6f36 100644 --- a/examples/java/cloud/migration/XVM.java +++ b/examples/java/cloud/migration/XVM.java @@ -47,7 +47,7 @@ public class XVM extends VM { } public int getLoad(){ - System.out.println("Remaining comp:" + this.daemon.getRemaining()); + Msg.info("Remaining comp:" + this.daemon.getRemaining()); return this.currentLoad; }