X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1677a24a253d883f3db0744651ea5cb489cbf73a..347f9a2ca55bffc88bf965952b9be3a15535e908:/src/surf/cpu_interface.cpp diff --git a/src/surf/cpu_interface.cpp b/src/surf/cpu_interface.cpp index 51b1d1edf4..10334fa25f 100644 --- a/src/surf/cpu_interface.cpp +++ b/src/surf/cpu_interface.cpp @@ -225,7 +225,7 @@ int Cpu::getCore() void Cpu::plug(simgrid::Host* host) { if (this->m_host != nullptr) - xbt_die("Already plugged into host %s", host->id().c_str()); + xbt_die("Already plugged into host %s", host->getName().c_str()); host->extension_set(this); this->m_host = host; }