X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ae0d2d3b76afc9208ce9850cedbc17eb6207967..5a18476fe103e7af163c301d9a21b7b5ebe50e1a:/tools/tesh/tesh.c diff --git a/tools/tesh/tesh.c b/tools/tesh/tesh.c index 3d3c7a9215..3ad2a7609b 100644 --- a/tools/tesh/tesh.c +++ b/tools/tesh/tesh.c @@ -74,6 +74,9 @@ static void handle_line(const char * filepos, char *line) { case 'p': INFO2("[%s] %s",filepos,line+2); break; + case 'P': + CRITICAL2("[%s] %s",filepos,line+2); + break; default: ERROR2("[%s] Syntax error: %s",filepos, line);