From: mquinson Date: Fri, 15 Jan 2010 21:58:40 +0000 (+0000) Subject: bit more debug messages X-Git-Tag: SVN~717 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6cd0eeee5b2426218be40f652b0ca0a621403fea?ds=sidebyside bit more debug messages git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7013 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 009eb1d7c6..14025ba156 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -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); + DEBUG1("Resumed from scheduling context: '%s'", new_process->name); /* restore the current process to the previously saved process */ simix_global->current_process = old_process;