Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix java cloud migration test - Adrien
[simgrid.git] / examples / java / cloud / migration / Daemon.java
index 55d825c..80cf2a8 100644 (file)
@@ -28,7 +28,7 @@ public class Daemon extends Process {
                 suspend(); // Suspend the process
             }
             currentTask = new Task(this.getHost().getName()+"-daemon-"+(i++), this.getHost().getSpeed()*100, 0);
-            Msg.info(currentTask.getName());
+//            Msg.info(currentTask.getName());
         }
     }