summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMathias Soeken <mathias.soeken@epfl.ch>2016-08-09 10:55:40 +0200
committerMathias Soeken <mathias.soeken@epfl.ch>2016-08-09 10:55:40 +0200
commit24af6345085f17234e71ee139149653a836fb484 (patch)
tree5c7f85fa16836e4372fef4ce477aa2e4d98a9036 /src
parent4b2881bce6602ebac26a7d57b704b61b2d03d4d6 (diff)
downloadabc-24af6345085f17234e71ee139149653a836fb484.tar.gz
abc-24af6345085f17234e71ee139149653a836fb484.tar.bz2
abc-24af6345085f17234e71ee139149653a836fb484.zip
Exact synthesis (revert one change).
Diffstat (limited to 'src')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index 2ab1195f..6304683c 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -7399,7 +7399,7 @@ int Abc_CommandExact( Abc_Frame_t * pAbc, int argc, char ** argv )
}
else if ( nVars != nVarsTmp )
{
- Abc_Print( -1, "All functions need to have the same size (nVars = %d, nVarsTmp = %d, base = %d).\n", nVars, nVarsTmp, Abc_Base2Log( 2 ) );
+ Abc_Print( -1, "All functions need to have the same size.\n" );
goto usage;
}
}