mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
len(vmList) output format not correct
This commit is contained in:
parent
68687013e8
commit
0e8dd302d1
@ -311,7 +311,7 @@ func (i *Instances) List(filter string) ([]string, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
glog.V(3).Infof("Found %s instances matching %s: %s",
|
||||
glog.V(3).Infof("Found %d instances matching %s: %s",
|
||||
len(vmList), filter, vmList)
|
||||
|
||||
return vmList, nil
|
||||
|
Loading…
Reference in New Issue
Block a user