From: Martin Quinson Date: Wed, 21 Oct 2015 22:38:23 +0000 (+0200) Subject: changing this line back, as it breaks half a dozen of tests X-Git-Tag: v3_13~1637 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/699de414be0590612a1ea9bfe97bf57274efb736 changing this line back, as it breaks half a dozen of tests --- diff --git a/src/surf/vm_hl13.cpp b/src/surf/vm_hl13.cpp index 86000b2252..bafa0447c7 100644 --- a/src/surf/vm_hl13.cpp +++ b/src/surf/vm_hl13.cpp @@ -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); - 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)); } /*