summaryrefslogtreecommitdiffstats
path: root/src/opt/dau/dauNonDsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/dau/dauNonDsd.c')
-rw-r--r--src/opt/dau/dauNonDsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/dau/dauNonDsd.c b/src/opt/dau/dauNonDsd.c
index ec16c9ab..f34f1809 100644
--- a/src/opt/dau/dauNonDsd.c
+++ b/src/opt/dau/dauNonDsd.c
@@ -434,7 +434,7 @@ unsigned Dau_DecReadSet( char * pStr )
void Dau_DecPrintSets( Vec_Int_t * vSets, int nVars )
{
int i, Entry;
- printf( "The set contains %d entries:\n", Vec_IntSize(vSets) );
+ printf( "The %d-variable set family contains %d sets:\n", nVars, Vec_IntSize(vSets) );
Vec_IntForEachEntry( vSets, Entry, i )
Dau_DecPrintSet( (unsigned)Entry, nVars, 1 );
printf( "\n" );