Skip to content

Commit

Permalink
Fix logging to work with newer go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroaleman committed Jun 3, 2019
1 parent 99a7a66 commit 939f09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/azure/azure_scale_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func (scaleSet *ScaleSet) DeleteInstances(instances []*azureRef) error {
return nil
}

klog.V(3).Infof("Deleting vmss instances %q", instances)
klog.V(3).Infof("Deleting vmss instances %v", instances)

commonAsg, err := scaleSet.manager.GetAsgForInstance(instances[0])
if err != nil {
Expand Down

0 comments on commit 939f09f

Please sign in to comment.