Update aws_ebs.go

fix typo in glog
This commit is contained in:
Jing Xu 2016-11-17 11:14:55 -08:00 committed by GitHub
parent 3d3e44e77e
commit 1b89c79e55

View File

@ -217,7 +217,7 @@ func (plugin *awsElasticBlockStorePlugin) ConstructVolumeSpec(volName, mountPath
if length == 3 {
sourceName = awsURLNamePrefix + names[1] + "/" + volName // names[1] is the zone label
}
glog.V(4).Info("Convert aws volume name from %q to %q ", volumeID, sourceName)
glog.V(4).Infof("Convert aws volume name from %q to %q ", volumeID, sourceName)
}
awsVolume := &api.Volume{