Skip to content

Commit

Permalink
Minor changes pt2
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Sep 19, 2023
1 parent beebc96 commit 0e9a171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/cmd/vtctldclient/command/vreplication/vdiff/vdiff.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func commandCreate(cmd *cobra.Command, args []string) error {
} else {
data = []byte(fmt.Sprintf("VDiff %s scheduled on target shards, use show to view progress", resp.Uuid))
}
fmt.Printf("%s\n", data)
fmt.Println(data)
}

return nil
Expand Down Expand Up @@ -585,6 +585,7 @@ func displayShowSingleSummary(format, keyspace, workflowName, uuid string, resp
fmt.Println(output)
return state, nil
}

func buildSingleSummary(keyspace, workflow, uuid string, resp *vtctldatapb.VDiffShowResponse, verbose bool) (*summary, error) {
summary := &summary{
Workflow: workflow,
Expand Down

0 comments on commit 0e9a171

Please sign in to comment.