Skip to content

Commit

Permalink
fix: grammar error in output message
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 17, 2023
1 parent 41fe770 commit a29445e
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 a29445e

Please sign in to comment.