Skip to content

Commit 3b5e8f1

Browse files
authored
Remove redundant string eval (#286)
1 parent d03e9df commit 3b5e8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scheduler/actions/common/solvers/job_solver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (s *JobSolver) solvePartialJob(ssn *framework.Session, state *solvingState,
107107
scenarioSolver := newByPodSolver(feasibleNodeMap, s.solutionValidator, ssn.AllowConsolidatingReclaim(),
108108
s.actionType)
109109

110-
log.InfraLogger.V(5).Infof("Trying to solve scenario: %s", scenarioToSolve.String())
110+
log.InfraLogger.V(5).Infof("Trying to solve scenario: %s", scenarioToSolve)
111111
metrics.IncScenarioSimulatedByAction()
112112

113113
result := scenarioSolver.solve(ssn, scenarioToSolve)

0 commit comments

Comments
 (0)