Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bit more debug messages
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 15 Jan 2010 21:58:40 +0000 (21:58 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 15 Jan 2010 21:58:40 +0000 (21:58 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7013 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simix/smx_process.c

index 009eb1d..14025ba 100644 (file)
@@ -442,6 +442,7 @@ void SIMIX_process_schedule(smx_process_t new_process)
 
   /* schedule the context */
   SIMIX_context_resume(old_process->context, new_process->context);
 
   /* schedule the context */
   SIMIX_context_resume(old_process->context, new_process->context);
+  DEBUG1("Resumed from scheduling context: '%s'", new_process->name);
 
   /* restore the current process to the previously saved process */
   simix_global->current_process = old_process;
 
   /* restore the current process to the previously saved process */
   simix_global->current_process = old_process;