From: mquinson Date: Mon, 6 Jun 2005 21:57:01 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.3~3999 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ee2b4571c020362de77c50685ae75495c0ea91be?hp=56da01547ba7e9bb09171ee71669abb444271b5c cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1356 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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) {