From 6b2744ff771eb71b5246aa9930ea5ff8862e106d Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 4 Sep 2012 12:22:59 -0700 Subject: Improving print-outs in 'stime' and 'gsize'. --- src/map/mio/mioRead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mio') diff --git a/src/map/mio/mioRead.c b/src/map/mio/mioRead.c index e79baeee..3632e3a7 100644 --- a/src/map/mio/mioRead.c +++ b/src/map/mio/mioRead.c @@ -236,7 +236,7 @@ int Mio_LibraryReadInternal( Mio_Library_t * pLib, char * pBuffer, int fExtended } } if ( fVerbose ) - printf( "The number of gates read = %d.\n", nGates ); + printf( "Entered GENLIB library with %d gates from file \"%s\".\n", nGates, pLib->pName ); if ( nGates == 0 ) { -- cgit v1.2.3