Unverified Commit fb2f14e3 authored by WuLei's avatar WuLei Committed by GitHub
Browse files

Revert "chore: correct log info"

parent d1c039af
Showing with 1 addition and 1 deletion
+1 -1
......@@ -656,7 +656,7 @@ func (sc *SchedulerCache) processResyncTask() {
task, ok := obj.(*schedulingapi.TaskInfo)
if !ok {
klog.Errorf("failed to convert %v to *schedulingapi.TaskInfo", obj)
klog.Errorf("failed to convert %v to *v1.Pod", obj)
return
}
......
Supports Markdown
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