Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Feb 4, 2025
1 parent d0dfc4b commit a5049e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/filestore/libs/vfs_fuse/fs_impl_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ void TFileSystem::Flush(

const auto& response = future.GetValue();

STORAGE_VERIFY_DEBUG_C(self->Config->GetFileSystemId().empty(), "", "", "Missing filesystem id in profile log for Flush request");
STORAGE_VERIFY_DEBUG_C(!self->Config->GetFileSystemId().empty(), "", self->Config->GetFileSystemId(), "Missing filesystem id in profile log for Flush request");

FinalizeProfileLogRequestInfo(
std::move(requestInfo),
Expand Down

0 comments on commit a5049e9

Please sign in to comment.