diff options
Diffstat (limited to 'src/base/abci/abcDetect.c')
-rw-r--r-- | src/base/abci/abcDetect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abcDetect.c b/src/base/abci/abcDetect.c index 0125a67e..4325f49c 100644 --- a/src/base/abci/abcDetect.c +++ b/src/base/abci/abcDetect.c @@ -233,7 +233,7 @@ Vec_Int_t * Io_ReadFins( Abc_Ntk_t * pNtk, char * pFileName, int fVerbose ) Vec_IntPushTwo( vPairs, Vec_IntEntry(vMap, iObj), Type ); } assert( Vec_IntSize(vPairs) == 2 * nLines ); - printf( "Finished reading %d lines.\n", nLines - 1 ); + printf( "Finished reading %d lines from the fault list file \"%s\".\n", nLines - 1, pFileName ); // verify the reader by printing the results if ( fVerbose ) |