diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-17 21:47:39 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2013-09-17 21:47:39 -0700 |
commit | efa6b54b5ed1549a39495a89db57c1189f4e5a93 (patch) | |
tree | e64c1f3370be4014a9a1413d4ab17d8bf00746d1 /src/base/io/ioUtil.c | |
parent | c62f380eff9c0d3eda92211ff3547cd6fe4400f1 (diff) | |
download | abc-efa6b54b5ed1549a39495a89db57c1189f4e5a93.tar.gz abc-efa6b54b5ed1549a39495a89db57c1189f4e5a93.tar.bz2 abc-efa6b54b5ed1549a39495a89db57c1189f4e5a93.zip |
Debugging and finetuning the flow.
Diffstat (limited to 'src/base/io/ioUtil.c')
-rw-r--r-- | src/base/io/ioUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/io/ioUtil.c b/src/base/io/ioUtil.c index 1382337a..0044f5fd 100644 --- a/src/base/io/ioUtil.c +++ b/src/base/io/ioUtil.c @@ -101,7 +101,7 @@ Abc_Ntk_t * Io_ReadNetlist( char * pFileName, Io_FileType_t FileType, int fCheck Abc_Ntk_t * pNtk; if ( FileType == IO_FILE_NONE || FileType == IO_FILE_UNKNOWN ) { - fprintf( stdout, "The generic file reader requires a known file extension.\n" ); + fprintf( stdout, "Generic file reader requires a known file extension to open \"%s\".\n", pFileName ); return NULL; } // check if the file exists |