Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyifan27 committed Sep 16, 2020
1 parent a22c7b9 commit e5f2983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block_service/fds/fds_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ error_code fds_file_object::put_content(/*in-out*/ std::istream &is,
return err;
}

ddebug("fds: start getObjectMetadata after putObject");
ddebug("start to check meta data after successfully write data to fds");
if (get_file_meta() != ERR_OK) {
err = ERR_FS_INTERNAL;
}
Expand Down

0 comments on commit e5f2983

Please sign in to comment.