]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/SleepImpl.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New implementation for bandwidth factors
[simgrid.git] / src / kernel / activity / SleepImpl.cpp
index 739f68d9af49bbf013ab1f8fd715524c6deb4e31..1b504a88f7448743e45ad2cbf6dcdcb24bfab806 100644 (file)
@@ -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 {