Merge pull request #4176 from LXGaming/fix/impostor

Fix scan_finished JSON MessageType
This commit is contained in:
Michael Eischer
2023-03-12 12:14:40 +01:00
committed by GitHub
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
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