X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee61a0a292a0f7ddb7c01d55c377e607f42755e..1d047f5a110cfd542b0aedeb72f680e03f8709cd:/src/kernel/activity/SleepImpl.cpp diff --git a/src/kernel/activity/SleepImpl.cpp b/src/kernel/activity/SleepImpl.cpp index 739f68d9af..1b504a88f7 100644 --- a/src/kernel/activity/SleepImpl.cpp +++ b/src/kernel/activity/SleepImpl.cpp @@ -63,7 +63,7 @@ void SleepImpl::finish() simcall->issuer_->waiting_synchro_ = nullptr; if (simcall->issuer_->is_suspended()) { - XBT_DEBUG("Wait! This process is suspended and can't wake up now."); + XBT_DEBUG("Wait! This actor is suspended and can't wake up now."); simcall->issuer_->suspended_ = false; simcall->issuer_->suspend(); } else {