mirror of
https://github.com/octoleo/restic.git
synced 2025-02-08 22:58:24 +00:00
jsonstatus wrote the JSON output without synchronization to the stdio_wrapper which caused mangling between different status lines. Use the Print and Error methods of termstatus instead which use a central goroutine to synchronize output.