mirror of
https://github.com/restic/restic.git
synced 2025-03-14 23:20:52 +00:00

Calls to `List(ctx, ...)` are usually stopped by canceling the context once no further entries are required by the caller. Thus, don't log the final error if the used context was canceled.