len(vmList) output format not correct

This commit is contained in:
lixiaobing10051267 2016-07-21 16:57:37 +08:00
parent 68687013e8
commit 0e8dd302d1

View File

@ -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