summaryrefslogtreecommitdiffstats
path: root/src/proof/llb/llb2Core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/llb/llb2Core.c')
-rw-r--r--src/proof/llb/llb2Core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proof/llb/llb2Core.c b/src/proof/llb/llb2Core.c
index f19f757e..a6f16aeb 100644
--- a/src/proof/llb/llb2Core.c
+++ b/src/proof/llb/llb2Core.c
@@ -323,9 +323,9 @@ int Llb_CoreReachability_int( Llb_Img_t * p, Vec_Ptr_t * vQuant0, Vec_Ptr_t * vQ
if ( !p->pPars->fSilent )
{
if ( !p->pPars->fBackward )
- printf( "Output %d was asserted in frame %d (use \"write_counter\" to dump a witness). ", p->pInit->pSeqModel->iPo, nIters );
+ Abc_Print( 1, "Output %d of miter \"%s\" was asserted in frame %d. ", p->pInit->pSeqModel->iPo, p->pInit->pName, nIters );
else
- printf( "Output ??? was asserted in frame %d (counter-example is not produced). ", nIters );
+ Abc_Print( 1, "Output ??? was asserted in frame %d (counter-example is not produced). ", nIters );
Abc_PrintTime( 1, "Time", clock() - clk );
}
p->pPars->iFrame = nIters - 1;