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

Public GIT Repository
cosmetics and typos
[simgrid.git] / src / kernel / activity / SleepImpl.cpp
index 2630930f22b86403f95bf5e0f5bec3a9d580b02b..739f68d9af49bbf013ab1f8fd715524c6deb4e31 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();