mirror of
https://github.com/rclone/rclone.git
synced 2025-03-17 20:27:52 +02:00
If the Remote() call failed to do its path adjustment, then it would recursively call Remote() as part of logging the failure and cause a stack overflow. This fixes it by logging the underlying object instead. See: https://forum.rclone.org/t/rclone-runtime-goroutine-stack-exceeds-1000000000-byte-limit/37912