Don't output if not verbose.

This commit is contained in:
Mathias Soeken 2016-08-16 18:32:42 +02:00
parent b83c6aaf97
commit 0d1786d829
1 changed files with 2 additions and 2 deletions

View File

@ -825,8 +825,8 @@ int Exorcism( Vec_Wec_t * vEsop, int nIns, int nOuts, char * pFileNameOut )
char Buffer[1000];
sprintf( Buffer, "%s", pFileNameOut ? pFileNameOut : "temp.esop" );
WriteResultIntoFile( Buffer );
//if ( g_CoverInfo.Verbosity )
printf( "Minimized cover has been written into file <%s>\n", Buffer );
if ( g_CoverInfo.Verbosity )
printf( "Minimized cover has been written into file <%s>\n", Buffer );
}
///////////////////////////////////////////////////////////////////////