beyond-all-reason/pr-downloader

Make sure all error paths print errors.

p2004a opened this issue · 1 comments

This is to audit code and ensure that all error paths are logging errors when failing so that it's easy to see what failed. It looks like at least CFileSystem::Rename doesn't do that, maybe it's more.

Did audit of filesystem functions, fixed all I found via 4ce8842