mirror of
https://github.com/restic/restic.git
synced 2026-06-03 07:39:42 +00:00
ef70a2fcb3
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.