Files
rclone/cmd
Nick Craig-Wood b40d72332b box, serve s3: fix log messages with bad format strings
The box backend logged an int64 with %q which printed
%!q(int64=123) instead of the sequence ID.

serve s3 passed the message from gofakes3 as the format string, so
any % in it was interpreted as a formatting directive and the message
was mangled.
2026-09-20 11:14:24 +01:00
..
2025-11-13 13:47:40 +00:00
2025-11-21 17:02:45 +00:00