From: mquinson Date: Tue, 28 Apr 2009 10:10:53 +0000 (+0000) Subject: Some more debug X-Git-Tag: SVN~1368 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/497ca90b3b59c967c4e6862500c3b45ddc8638f4 Some more debug git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6265 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/DataDesc/ddt_exchange.c b/src/gras/DataDesc/ddt_exchange.c index 9ecb3008f7..afabc4ce60 100644 --- a/src/gras/DataDesc/ddt_exchange.c +++ b/src/gras/DataDesc/ddt_exchange.c @@ -119,9 +119,9 @@ gras_datadesc_memcpy_rec(gras_cbps_t state, gras_datadesc_type_t sub_type; /* type on which we recurse */ int count = 0; - VERB4("Copy a %s (%s) from %p to %p", + VERB5("Copy a %s (%s) from %p to %p (local sizeof=%ld)", type->name, gras_datadesc_cat_names[type->category_code], - src,dst); + src,dst,type->size[GRAS_THISARCH]); if (type->send) { type->send(type,state,src);