Skip to content

Commit

Permalink
[xds_cluster_impl_balancer] move log created
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Feb 10, 2021
1 parent 1626a79 commit 12fd642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/balancer/clusterimpl/clusterimpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (clusterImplBB) Build(cc balancer.ClientConn, bOpts balancer.BuildOptions)
pickerUpdateCh: buffer.NewUnbounded(),
}
b.logger = prefixLogger(b)
b.logger.Infof("Created")

client, err := newXDSClient()
if err != nil {
Expand All @@ -69,6 +68,7 @@ func (clusterImplBB) Build(cc balancer.ClientConn, bOpts balancer.BuildOptions)
b.xdsC = client
go b.run()

b.logger.Infof("Created")
return b
}

Expand Down

0 comments on commit 12fd642

Please sign in to comment.