From: Christian Heinrich Date: Sun, 28 Jan 2018 15:12:52 +0000 (+0100) Subject: [SMPI] Clarify in debug message that SMPI processes are meant, not SIMIX. X-Git-Tag: v3.19~261 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/52b607a095dff5da679b2591077fce8b51127133 [SMPI] Clarify in debug message that SMPI processes are meant, not SIMIX. --- diff --git a/src/smpi/internals/smpi_process.cpp b/src/smpi/internals/smpi_process.cpp index 4ec37ca938..0a61f9494a 100644 --- a/src/smpi/internals/smpi_process.cpp +++ b/src/smpi/internals/smpi_process.cpp @@ -77,7 +77,7 @@ void Process::set_data(int* argc, char*** argv) argv_ = argv; // set the process attached to the mailbox mailbox_small_->setReceiver(process_); - XBT_DEBUG("<%lu> New process in the game: %p", process_->getPid(), process_.get()); + XBT_DEBUG("<%lu> SMPI process has been initialized: %p", process_->getPid(), process_.get()); } /** @brief Prepares the current process for termination. */