From 6ec42f8e4ef116e1d0a250e1491f3520a4d97e73 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Tue, 24 May 2016 13:19:03 +0200 Subject: [PATCH] [smx] Fix simcalls.py --- src/simix/simcalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);') -- 2.20.1