From 52b607a095dff5da679b2591077fce8b51127133 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Sun, 28 Jan 2018 16:12:52 +0100 Subject: [PATCH] [SMPI] Clarify in debug message that SMPI processes are meant, not SIMIX. --- src/smpi/internals/smpi_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1