Revert "-printf only"

This reverts commit 56bd32aee3.
This commit is contained in:
jl777
2018-04-15 23:31:11 +03:00
parent 828ceb3293
commit 30d7d83a11

View File

@@ -651,7 +651,7 @@ int32_t komodo_block2height(CBlock *block)
}
if ( height != height2 )
{
//fprintf(stderr,"block2height height.%d vs height2.%d, match.%d mismatch.%d\n",height,height2,match,mismatch);
fprintf(stderr,"block2height height.%d vs height2.%d, match.%d mismatch.%d\n",height,height2,match,mismatch);
mismatch++;
if ( height2 >= 0 )
height = height2;