Add error logging to scope_guard cleanup functions The scope_guard lambdas for close() and closedir() now check the return value and log an error with errno if the call fails. The error messages include the file or directory path to aid debugging.
Recent Commits to s3fs-fuse:master
-
Add error logging to scope_guard cleanup functions