2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 01:50:48 +00:00
restic/changelog/unreleased/pull-3305
Juergen Hoetzel 18fccb5995 backup: In case of error also Wait() for terminal goroutine
This prevents a race condition where the final summary message can get lost.
2021-03-08 22:11:34 +01:00

7 lines
269 B
Plaintext

Bugfix: In case of error also Wait() for terminal goroutine
This prevents a race condition where the final summary message is
lost. When using --json output it happened from time to time that the
summary output was missing.
https://github.com/restic/restic/pull/3305