Files
restic/changelog/unreleased/pull-4176
Alex Thomson 1b50faf03e Add changelog
2023-02-10 23:45:20 +01:00

8 lines
307 B
Plaintext

Change: Fix JSON message type of `scan_finished` for the `backup` command
Restic incorrectly set the `message_type` of the `scan_finished` message to
`status` instead of `verbose_status`. This has now been corrected so that
the messages report the correct type.
https://github.com/restic/restic/pull/4176