Skip to content

Commit

Permalink
topology-aware: log memory type preference as such.
Browse files Browse the repository at this point in the history
Don't log effective memory type preference as cold start preference.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub authored and askervin committed Jun 12, 2024
1 parent a139c4a commit d1dc0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plugins/topology-aware/policy/pod-preferences.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func memoryTypePreference(pod cache.Pod, container cache.Container) memoryType {
return memoryUnspec
}

log.Debug("%s: effective cold start preference %v", container.PrettyName(), mtype)
log.Debug("%s: effective memory type preference %v", container.PrettyName(), mtype)

return mtype
}
Expand Down

0 comments on commit d1dc0fd

Please sign in to comment.