X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe544e4636985ad6bb5fa4809f7b2cbbdccb51cb..67c4838b8ae338c03cb2bb5f7a3ec235dc25b172:/src/surf/HostImpl.cpp diff --git a/src/surf/HostImpl.cpp b/src/surf/HostImpl.cpp index b212a1692f..1978dbc89b 100644 --- a/src/surf/HostImpl.cpp +++ b/src/surf/HostImpl.cpp @@ -35,7 +35,7 @@ void HostModel::ignoreEmptyVmInPmLMM() /* The impact of the VM over its PM is the min between its vCPU amount and the amount of tasks it contains */ int impact = std::min(active_tasks, ws_vm->pimpl_vm_->coreAmount()); - XBT_INFO("set the weight of the dummy CPU action of VM%p on PM to %d (#tasks: %d)", ws_vm, impact, active_tasks); + XBT_DEBUG("set the weight of the dummy CPU action of VM%p on PM to %d (#tasks: %d)", ws_vm, impact, active_tasks); ws_vm->pimpl_vm_->action_->setPriority(impact); } }