Skip to content

Commit

Permalink
chore: Improve results checking log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 18, 2025
1 parent 7570f78 commit 54f69f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/solver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func (solverServer *solverServer) addResult(results data.Result, res corehttp.Re
}
err = data.CheckResult(results)
if err != nil {
log.Error().Err(err).Msgf("Error checking resource offer")
log.Error().Err(err).Msgf("Error checking result for deal ID: %s", results.DealID)
return nil, err
}
results.DealID = id
Expand Down

0 comments on commit 54f69f7

Please sign in to comment.