Skip to content

Commit

Permalink
[Rooba/Anbarasan] | Adds info log on version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
roobalimsab committed Nov 11, 2019
1 parent 18eb1ae commit e7957d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy/loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ func NewLB(nodeID string, envoyConfig config.EnvoyConfig, snapshotCache cache.Sn

func (lb *LoadBalancer) incrementVersion() {
atomic.AddInt32(&lb.ConfigVersion, 1)
log.Infof("Incrementing snapshot version to %v\n", &lb.ConfigVersion)
log.Infof("Incrementing snapshot version to %v\n", lb.ConfigVersion)
}

0 comments on commit e7957d8

Please sign in to comment.