2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-31 02:48:30 +00:00
restic/internal
Michael Eischer 6d9675c323 repository: cleanup error message on invalid data
The retry printed the filename twice:
```
Load(<lock/04804cba82>, 0, 0) returned error, retrying after 720.254544ms: load(<lock/04804cba82>): invalid data returned
```
now the warning has changed to
```
Load(<lock/04804cba82>, 0, 0) returned error, retrying after 720.254544ms: invalid data returned
```
2023-01-14 17:57:02 +01:00
..
2022-07-17 13:42:23 +02:00
2022-10-14 14:06:47 +02:00