Skip to content

Commit f149b30

Browse files
antler22claude
andcommitted
Revert verbose debug messages to upstream wording for log consistency
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6cec16e commit f149b30

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/ai/strategies/AIDriveStrategyUnloadCombine.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ function AIDriveStrategyUnloadCombine:unloadMovingCombine()
21952195

21962196
-- combine stopped in the meanwhile, like for example end of course
21972197
if combineStrategy:willWaitForUnloadToFinish() then
2198-
self:debug('unloadMovingCombine: EXIT - willWaitForUnloadToFinish=true, switching to UNLOADING_STOPPED_COMBINE')
2198+
self:debug('change to unload stopped combine')
21992199
self:setNewState(self.states.UNLOADING_STOPPED_COMBINE)
22002200
return
22012201
end
@@ -2241,8 +2241,7 @@ function AIDriveStrategyUnloadCombine:unloadMovingCombine()
22412241
-- call these again just to log the reason
22422242
self:isBehindAndAlignedToCombine(true)
22432243
self:isInFrontAndAlignedToMovingCombine(true)
2244-
self:info('unloadMovingCombine: EXIT - not in a good position (behind=%s, inFront=%s), startWaitingForSomethingToDo',
2245-
tostring(self:isBehindAndAlignedToCombine()), tostring(self:isInFrontAndAlignedToMovingCombine()))
2244+
self:info('not in a good position to unload, cancelling rendezvous, trying to recover')
22462245
self:startWaitingForSomethingToDo()
22472246
end
22482247
return gx, gz

0 commit comments

Comments
 (0)