Skip to content

Commit

Permalink
Merge a29445e into 41fe770
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 17, 2023
2 parents 41fe770 + a29445e commit bfa0e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/filesystem/filesystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ size_t Filesystem::_ReadExistingPartial(BlobPlacementIter &ri) {

size_t Filesystem::_ReadNew(BlobPlacementIter &ri) {
LOG(INFO)
<< "Blob does not exists and need to read from original filename: "
<< "Blob does not exist and needs to read from original filename: "
<< ri.filename_ << " offset:" << ri.p_.bucket_off_
<< " size:" << ri.p_.blob_size_ << "." << std::endl;

Expand Down

0 comments on commit bfa0e01

Please sign in to comment.