Skip to content

Commit

Permalink
typo in an error log tank -> rank
Browse files Browse the repository at this point in the history
as titled
  • Loading branch information
xiajingchun authored Oct 9, 2024
1 parent 831c174 commit 108e24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mutate/DeleteEdgesProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void DeleteEdgesProcessor::process(const cpp2::DeleteEdgesRequest& req) {
edgeKey.dst_ref()->getStr());
if (std::find(dummyLock.begin(), dummyLock.end(), l) == dummyLock.end()) {
if (!env_->edgesML_->try_lock(l)) {
LOG(ERROR) << folly::sformat("The edge locked : src {}, type {}, tank {}, dst {}",
LOG(ERROR) << folly::sformat("The edge locked : src {}, type {}, rank {}, dst {}",
edgeKey.src_ref()->getStr(),
*edgeKey.edge_type_ref(),
*edgeKey.ranking_ref(),
Expand Down

0 comments on commit 108e24a

Please sign in to comment.