Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changing this line back, as it breaks half a dozen of tests
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 21 Oct 2015 22:38:23 +0000 (00:38 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 21 Oct 2015 22:38:23 +0000 (00:38 +0200)
src/surf/vm_hl13.cpp

index 86000b2..bafa044 100644 (file)
@@ -252,7 +252,7 @@ VMHL13::VMHL13(VMModel *model, const char* name, xbt_dict_t props,
   // vm_ws->cpu_action = surf_cpu_model_pm->extension.cpu.execute(host_PM, GUESTOS_NOISE);
   p_action = sub_cpu->execute(0);
 
   // vm_ws->cpu_action = surf_cpu_model_pm->extension.cpu.execute(host_PM, GUESTOS_NOISE);
   p_action = sub_cpu->execute(0);
 
-  XBT_DEBUG("Create VM(%s)@PM(%s) with %ld mounted disks", name, sub_ws->getName(), xbt_dynar_length(p_storage));
+  XBT_INFO("Create VM(%s)@PM(%s) with %ld mounted disks", name, sub_ws->getName(), xbt_dynar_length(p_storage));
 }
 
 /*
 }
 
 /*