Corrected statement in test output to reflect new logic.
This commit is contained in:
parent
078f85fea7
commit
3618dff07b
|
@ -5398,7 +5398,7 @@ ACTOR Future<Void> verify(VersionedBTree *btree, FutureStream<Version> vStream,
|
|||
|
||||
wait(success(fRangeAll) && success(fRangeRandom) && success(fSeekAll));
|
||||
|
||||
printf("Verified through version %" PRId64 ", %d errors\n", v, *pErrorCount);
|
||||
printf("Verified version %" PRId64 ", %d errors\n", v, *pErrorCount);
|
||||
|
||||
if(*pErrorCount != 0)
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue