X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ad68c1e6a0dfbb37bad2a4a4ac434700aab5d33..3910bb4b6962a87e02b05acbf7cc32f7e192a96b:/examples/gras/mutual_exclusion/simple_token/simple_token.c diff --git a/examples/gras/mutual_exclusion/simple_token/simple_token.c b/examples/gras/mutual_exclusion/simple_token/simple_token.c index 7a0e2d4092..9f0336192a 100644 --- a/examples/gras/mutual_exclusion/simple_token/simple_token.c +++ b/examples/gras/mutual_exclusion/simple_token/simple_token.c @@ -95,7 +95,7 @@ static int node_cb_stoken_handler(gras_msg_cb_ctx_t ctx, void *payload) { if (globals->remaining_loop == -1 && globals->create) { double elapsed = gras_os_time() - globals->start_time; INFO1("Shut down the token-ring. There was %d hops.",msg); - INFO1("Elapsed time: %g", elapsed); + VERB1("Elapsed time: %g", elapsed); } /* 9. Tell GRAS that we consummed this message */