Skip to content

Commit

Permalink
Merge pull request #503 from HDFGroup/hyoklee-patch-2
Browse files Browse the repository at this point in the history
fix: grammar error in output message
  • Loading branch information
lukemartinlogan committed Mar 19, 2023
2 parents 6af779c + c68478c commit 87672e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata_storage_stb_ds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ bool LocalDestroyVBucket(SharedMemoryContext *context, const char *vbucket_name,
destroyed = true;
} else {
LOG(INFO) << "Cannot destroy vbucket " << vbucket_name
<< ". It's refcount is " << ref_count << std::endl;
<< ". Its refcount is " << ref_count << std::endl;
}
EndTicketMutex(&mdm->vbucket_mutex);
return destroyed;
Expand Down

0 comments on commit 87672e1

Please sign in to comment.