Skip to content

Commit

Permalink
less log, plz
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheinblum committed Mar 21, 2024
1 parent 15fc139 commit 9e12ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgateproxy/gate_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type slackAZAffinityBalancer struct{}

func (*slackAZAffinityBalancer) Build(info base.PickerBuildInfo) balancer.Picker {
logger.Infof("slackAZAffinityBalancer: Build called with info: %v", info)
fmt.Printf("Rebuilding picker: %v\n", info)
fmt.Printf("Rebuilding picker\n")

if len(info.ReadySCs) == 0 {
return base.NewErrPicker(balancer.ErrNoSubConnAvailable)
Expand Down

0 comments on commit 9e12ae1

Please sign in to comment.