Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Nov 29, 2023
1 parent a916063 commit 98c2927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block_service/block_service_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ block_filesystem *block_service_manager::get_or_create_block_filesystem(const st
LOG_INFO("create block filesystem ok for {}", provider_desc);
_fs_map.emplace(provider, std::unique_ptr<block_filesystem>(fs));
} else {
LOG_ERROR("create block filesystem failed for {}, error = {}", provider_desc);
LOG_ERROR("create block filesystem failed for {}, error = {}", provider_desc, err);
delete fs;
fs = nullptr;
}
Expand Down

0 comments on commit 98c2927

Please sign in to comment.