From 1b89c79e557a19b6f824796ff77283722a161f5d Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Thu, 17 Nov 2016 11:14:55 -0800 Subject: [PATCH] Update aws_ebs.go fix typo in glog --- pkg/volume/aws_ebs/aws_ebs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/aws_ebs/aws_ebs.go b/pkg/volume/aws_ebs/aws_ebs.go index 1b786bad27d..fbc88791bfa 100644 --- a/pkg/volume/aws_ebs/aws_ebs.go +++ b/pkg/volume/aws_ebs/aws_ebs.go @@ -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{