Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Homogenize debug messages across ActivityImpl's finish() methods.
[simgrid.git] / src / kernel / activity / SleepImpl.cpp
index 2630930..739f68d 100644 (file)
@@ -56,6 +56,7 @@ void SleepImpl::post()
 
 void SleepImpl::finish()
 {
+  XBT_DEBUG("SleepImpl::finish() in state %s", to_c_str(state_));
   while (not simcalls_.empty()) {
     const s_smx_simcall* simcall = simcalls_.front();
     simcalls_.pop_front();