mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 00:03:09 -04:00
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:
commit
73a3d48dc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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?
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue