X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/56da01547ba7e9bb09171ee71669abb444271b5c..ee2b4571c020362de77c50685ae75495c0ea91be:/src/gras/Msg/msg.c diff --git a/src/gras/Msg/msg.c b/src/gras/Msg/msg.c index dc579391ca..5be2bf4005 100644 --- a/src/gras/Msg/msg.c +++ b/src/gras/Msg/msg.c @@ -308,7 +308,7 @@ gras_msg_wait(double timeout, RAISE0(mismatch_error, "Cannot wait for the NULL message (did msgtype_by_name fail?)"); - VERB1("Waiting for message %s",msgt_want->name); + VERB1("Waiting for message '%s'",msgt_want->name); start = now = gras_os_time(); @@ -480,7 +480,7 @@ gras_cb_register(gras_msgtype_t msgtype, gras_cblist_t *list=NULL; int cpt; - DEBUG2("Register %p as callback to %s",cb,msgtype->name); + DEBUG2("Register %p as callback to '%s'",cb,msgtype->name); /* search the list of cb for this message on this host (creating if NULL) */ xbt_dynar_foreach(pd->cbl_list,cpt,list) {