Skip to content

Commit cfab73e

Browse files
author
Peter Vaiko
committed
chore: change unnecessary warning to debug
1 parent 102e521 commit cfab73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/courseGenerator/Headland.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function Headland:connectTo(other, ix, workingWidth, turningRadius, headlandFirs
190190
length, transitionEndIx, i)
191191
return transitionEndIx
192192
else
193-
self.logger:warning('Generated path to next headland too long (%.1f > %.1f), try %d.',
193+
self.logger:debug('Generated path to next headland too long (%.1f > %.1f), try %d.',
194194
length, maxPlausiblePathLength, i)
195195
end
196196
if 0.8 * radius > turningRadius then

0 commit comments

Comments
 (0)