Skip to content

Commit b8ed20d

Browse files
committed
wording tweaks, and a return that was missing
1 parent 1652778 commit b8ed20d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/verifier/compare.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (verifier *Verifier) FetchAndCompareDocuments(
3434
var byteCount types.ByteCount
3535

3636
retryer := retry.New().WithDescription(
37-
"reading task %v's documents (namespace: %s)",
37+
"comparing task %v's documents (namespace: %s)",
3838
task.PrimaryKey,
3939
task.QueryFilter.Namespace,
4040
)

internal/verifier/migration_verifier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ func (verifier *Verifier) PrintVerificationSummary(ctx context.Context, genstatu
15011501

15021502
if err != nil {
15031503
verifier.logger.Err(err).Msgf("Failed to report per-namespace statistics")
1504+
return
15041505
}
15051506

15061507
verifier.printChangeEventStatistics(strBuilder)

0 commit comments

Comments
 (0)