X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/147baad3c85745bba0138d0b4ba105e94d4ee91f..d919680dd6d792fccc5cab4ace6fbe93974919cd:/src/simix/simcalls.py diff --git a/src/simix/simcalls.py b/src/simix/simcalls.py index 46c7101f85..18c6dabc42 100755 --- a/src/simix/simcalls.py +++ b/src/simix/simcalls.py @@ -168,7 +168,7 @@ class Simcall(object): for i, arg in enumerate(self.args))) res.append(' if (self != simix_global->maestro_process) {') res.append( - ' XBT_DEBUG("Yield process \'%s\' on simcall %s (%d)", self->name,') + ' XBT_DEBUG("Yield process \'%s\' on simcall %s (%d)", self->name.c_str(),') res.append( ' SIMIX_simcall_name(self->simcall.call), (int)self->simcall.call);') res.append(' SIMIX_process_yield(self);')