mirror of
https://github.com/kopia/kopia.git
synced 2026-01-11 16:07:51 -05:00
- remove spurious log message, duplicates what is being sent to the output; - nit: update struct comment; - consolidate code via a parameterized function; - rename variable for clarity, it makes it easier to understand by avoiding negative condition check; - remove unused return value; - replace if blocks with switch.