Skip to content

Commit bb80416

Browse files
authored
fix typo in log of qrm cpu plugin
1 parent 5d2f462 commit bb80416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agent/qrm-plugins/cpu/dynamicpolicy/policy_hint_handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ func (p *DynamicPolicy) calculateHintsForNUMABindingSharedCores(request float64,
845845
// we return an error instead of an empty array.
846846
// we should resolve this issue if we need manage multi resource in one plugin.
847847
if len(hints[string(v1.ResourceCPU)].Hints) == 0 {
848-
general.Warningf("calculateHints got no available memory hints for snb pod: %s/%s, container: %s",
848+
general.Warningf("calculateHints got no available cpu hints for snb pod: %s/%s, container: %s",
849849
req.PodNamespace, req.PodName, req.ContainerName)
850850
return nil, errNoAvailableCPUHints
851851
}

0 commit comments

Comments
 (0)