From 2c67b53d1afd4d8c6e1f59e7a9ecde06cc867c9c Mon Sep 17 00:00:00 2001 From: Francois Donnet Date: Fri, 28 Feb 2003 11:29:18 +0000 Subject: [PATCH] message encore plus explicite --- alliance/src/pcbs/src/emulbs/bstools.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/alliance/src/pcbs/src/emulbs/bstools.c b/alliance/src/pcbs/src/emulbs/bstools.c index b1d8a415..5d0c7619 100644 --- a/alliance/src/pcbs/src/emulbs/bstools.c +++ b/alliance/src/pcbs/src/emulbs/bstools.c @@ -145,8 +145,16 @@ static char* unbuf_papat(char* head, struct papat *ppapat) fprintf(stderr, "SYNCHRONISATION ERROR on Boundary-scan hardware!!!\n" ); + + /*erreur probable si rien ne passe*/ + if ( parallel_num == 0 ) + { + fprintf(stderr, + "Configuration file describing connections doesn't match hardware\n" ); + } + fprintf(stderr, - " --> STOP! next results will be wrong...\n"); + "-----> STOP! next results will be wrong...\n"); } if (verbose_flag)