X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fb2e3453833f110f04a4920ca223d06cc14fe469..6a67ff3523fc9af2c5d0316c8fec2e7375230787:/src/mc/Client.cpp?ds=sidebyside diff --git a/src/mc/Client.cpp b/src/mc/Client.cpp index e2f389d046..e712affd25 100644 --- a/src/mc/Client.cpp +++ b/src/mc/Client.cpp @@ -73,7 +73,7 @@ Client* Client::initialize() #elif defined BSD ptrace(PT_TRACE_ME, 0, nullptr, 0); #else -# error "ptrace not declared on this platform" +# error "no ptrace equivalent coded for this platform" #endif if(errno != 0 || raise(SIGSTOP) != 0) xbt_die("Could not wait for the model-checker");