mirror of
https://github.com/restic/restic.git
synced 2026-05-25 19:45:23 +00:00
04da31af2b
With debug logging enabled this method would take a lock and then format the lock as a string. Since PR #4022 landed the string formatting method has also taken the lock, so this deadlocks. Instead just record the lock ID, as is done elsewhere.