diff --git a/cmd/restic/find.go b/cmd/restic/find.go index 70710e2cb..1297420f9 100644 --- a/cmd/restic/find.go +++ b/cmd/restic/find.go @@ -31,7 +31,7 @@ func FindFilteredSnapshots(ctx context.Context, repo *repository.Repository, hos } else { id, err = restic.FindSnapshot(ctx, repo, s) if err != nil { - Warnf("Ignoring %q, it is not a snapshot id\n", s) + Warnf("Ignoring %q: %v\n", s, err) continue } }