Commit 1b89c79e authored by Jing Xu's avatar Jing Xu Committed by GitHub

Update aws_ebs.go

fix typo in glog
parent 3d3e44e7
...@@ -217,7 +217,7 @@ func (plugin *awsElasticBlockStorePlugin) ConstructVolumeSpec(volName, mountPath ...@@ -217,7 +217,7 @@ func (plugin *awsElasticBlockStorePlugin) ConstructVolumeSpec(volName, mountPath
if length == 3 { if length == 3 {
sourceName = awsURLNamePrefix + names[1] + "/" + volName // names[1] is the zone label 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{ awsVolume := &api.Volume{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment