message encore plus explicite

This commit is contained in:
Francois Donnet 2003-02-28 11:29:18 +00:00
parent 784a164e66
commit 2c67b53d1a
1 changed files with 9 additions and 1 deletions

View File

@ -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)