X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4ee3c75a375b31887676236fd5555c39e15a671a..a7fa68f60897bc31f6bb0dced5286705610838fc:/src/plugins/host_energy.cpp diff --git a/src/plugins/host_energy.cpp b/src/plugins/host_energy.cpp index 5867398a0e..88f43b48b0 100644 --- a/src/plugins/host_energy.cpp +++ b/src/plugins/host_energy.cpp @@ -273,7 +273,7 @@ double HostEnergy::get_current_watts_value() /* Divide by the number of cores here to have a value between 0 and 1 */ cpu_load /= host_->pimpl_cpu->get_core_count(); - xbt_assert(not(cpu_load > 1), "The impossible did happen, as usual."); + xbt_assert(not(cpu_load > 1), "The impossible did happen, as usual. cpu_load is %f", cpu_load); if (cpu_load > 0) host_was_used_ = true;