Description
I have found a small mistake in the line 442 of fs_manager.cc The condition should check whether the created_files is empty rather than check the created_dirs. If the condition is to check the created_dirs, it will output two information in the INFO LOG when the created_dirs is not empty.