Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong log messaging while removing file in
FilesystemStore
In `EncodedFilePath`'s `drop()` function, it was logging "File deleted" message even though the file wasn't deleted yet. That is currently fixed by logging that message when the file has been successfully deleted.
- Loading branch information