Commit 73a3d48d authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #29196 from lixiaobing10051267/masterDiskName

Automatic merge from submit-queue glog.Warning output content not complete, lack of string fomat "%s"
parents 9a7507c4 1a013083
...@@ -1413,7 +1413,7 @@ func (c *Cloud) DetachDisk(diskName string, instanceName string) (string, error) ...@@ -1413,7 +1413,7 @@ func (c *Cloud) DetachDisk(diskName string, instanceName string) (string, error)
} }
if !alreadyAttached { 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? // TODO: Continue? Tolerate non-attached error in DetachVolume?
} }
......
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