X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/31c945abb3695de05d70ddfd8539a14cb098a3b6..18bee871381a6ce670d9da211f43ab9b55fdc350:/src/simix/ActorImpl.cpp diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index 99b2569fe8..346c51b7c1 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -247,10 +247,10 @@ smx_actor_t SIMIX_process_create( { smx_actor_t process = nullptr; - XBT_DEBUG("Start process %s on host '%s'", name, host->name().c_str()); + XBT_DEBUG("Start process %s on host '%s'", name, host->cname()); if (host->isOff()) { - XBT_WARN("Cannot launch process '%s' on failed host '%s'", name, host->name().c_str()); + XBT_WARN("Cannot launch process '%s' on failed host '%s'", name, host->cname()); return nullptr; } else {