Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
82497: backupccl: fix typo in split and scatter log msg r=stevendanna a=msbutler

Release note: None

Co-authored-by: Michael Butler <[email protected]>
  • Loading branch information
craig[bot] and msbutler committed Jun 7, 2022
2 parents 63d558d + 59b5319 commit 8889d07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/ccl/backupccl/split_and_scatter_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ func runSplitAndScatter(
// to the node currently running the split and scatter processor.
if nodeID, ok := flowCtx.NodeID.OptionalNodeID(); ok {
chunkDestination = nodeID
log.Warningf(ctx, "Scatter returned node 0. "+
log.Warningf(ctx, "scatter returned node 0. "+
"Route span starting at %s to current node %v", scatterKey, nodeID)
} else {
log.Warningf(ctx, "Scatter returned node 0. "+
"Route span starting at %s default stream", scatterKey)
log.Warningf(ctx, "scatter returned node 0. "+
"Route span starting at %s to default stream", scatterKey)
}
}

Expand Down

0 comments on commit 8889d07

Please sign in to comment.