Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix spurious call fo remote()
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 22 May 2015 13:46:31 +0000 (15:46 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 22 May 2015 13:47:14 +0000 (15:47 +0200)
src/mc/mc_request.cpp

index 27d74e3..54889fd 100644 (file)
@@ -397,7 +397,7 @@ char *MC_request_to_string(smx_simcall_t req, int value, e_mc_request_type_t req
       args =
           bprintf("(%d of %lu)", value + 1,
                   read_length(mc_model_checker->process(),
       args =
           bprintf("(%d of %lu)", value + 1,
                   read_length(mc_model_checker->process(),
-                    remote(simcall_comm_testany__get__comms(req))));
+                    simcall_comm_testany__get__comms(req)));
     }
     break;
 
     }
     break;