Commit ab794c61 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #40918 from k82cn/pv_ctrl_typo

Automatic merge from submit-queue Fixed typo in pv_controller.go fixes #40916
parents 12718026 ef5f838c
...@@ -1430,7 +1430,7 @@ func (ctrl *PersistentVolumeController) scheduleOperation(operationName string, ...@@ -1430,7 +1430,7 @@ func (ctrl *PersistentVolumeController) scheduleOperation(operationName string,
if goroutinemap.IsAlreadyExists(err) { if goroutinemap.IsAlreadyExists(err) {
glog.V(4).Infof("operation %q is already running, skipping", operationName) glog.V(4).Infof("operation %q is already running, skipping", operationName)
} else { } else {
glog.Errorf("error scheduling operaion %q: %v", operationName, err) glog.Errorf("error scheduling operation %q: %v", operationName, err)
} }
} }
} }
......
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