len(vmList) output format not correct
This commit is contained in:
		| @@ -311,7 +311,7 @@ func (i *Instances) List(filter string) ([]string, error) { | |||||||
| 		return nil, err | 		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) | 		len(vmList), filter, vmList) | ||||||
|  |  | ||||||
| 	return vmList, nil | 	return vmList, nil | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 lixiaobing10051267
					lixiaobing10051267