Merge pull request #29196 from lixiaobing10051267/masterDiskName

Automatic merge from submit-queue

glog.Warning output content not complete, lack of string fomat "%s"
This commit is contained in:
k8s-merge-robot 2016-07-19 07:31:24 -07:00 committed by GitHub
commit 73a3d48dc8

View File

@ -1413,7 +1413,7 @@ func (c *Cloud) DetachDisk(diskName string, instanceName string) (string, error)
}
if !alreadyAttached {
glog.Warning("DetachDisk called on non-attached disk: ", diskName)
glog.Warning("DetachDisk called on non-attached disk: %s", diskName)
// TODO: Continue? Tolerate non-attached error in DetachVolume?
}