This commit is contained in:
jl777
2017-06-04 19:20:53 +03:00
parent 3f7c82e3af
commit 4ec48ddab7

View File

@@ -59,7 +59,7 @@ unsigned int TxConfirmStats::FindBucketIndex(double val)
//assert(it != bucketMap.end()); //assert(it != bucketMap.end());
if ( it != bucketMap.end() ) if ( it != bucketMap.end() )
{ {
printf("FindBucketIndex violation: %p != %p from val %f\n",it,bucketMap.end(),val); fprintf(stderr,"FindBucketIndex violation: from val %f\n",val);
} }
return it->second; return it->second;
} }