X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/173afc59b0ae997390f2d80e2d054838eaf71a93..4bb811f3af19a18cba0a0122f320d900e5933da0:/src/gras/DataDesc/ddt_parse.c diff --git a/src/gras/DataDesc/ddt_parse.c b/src/gras/DataDesc/ddt_parse.c index c4c28da498..e49c7af452 100644 --- a/src/gras/DataDesc/ddt_parse.c +++ b/src/gras/DataDesc/ddt_parse.c @@ -277,9 +277,9 @@ static gras_error_t parse_statement(char *definition, if (end == gras_ddt_parse_text || *end != '\0') { - ERROR3("Unparsable size of array at %d:%d of %s", + ERROR4("Unparsable size of array at %d:%d of %s. Found '%c', expected '\\0'", gras_ddt_parse_line_pos,gras_ddt_parse_char_pos, - definition); + definition,*end); gras_abort(); } /* replace the previously pushed type to an array of it */