Corrected statement in test output to reflect new logic.

This commit is contained in:
Steve Atherton 2020-02-23 00:21:39 -08:00
parent 078f85fea7
commit 3618dff07b
1 changed files with 1 additions and 1 deletions

View File

@ -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;