mirror of
https://github.com/rclone/rclone.git
synced 2026-03-01 10:51:11 +00:00
Before this change, we started the http listener even if --stdio was supplied. This also moves the log message so the user won't see the serving via HTTP message unless they are really using that. Fixes #6646