Skip to content

Commit

Permalink
Trigger build.
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyuhong committed Jul 1, 2018
1 parent 5f3aafe commit c8562f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/plasma/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ Status PlasmaClient::Impl::Delete(const std::vector<ObjectID>& object_ids) {
ReadDeleteReply(buffer.data(), buffer.size(), not_in_use_ids, error_codes));
return Status::OK();
} else {
return Status::UnknownError("All PlasmaClient::Objects are in use.");
return Status::UnknownError("PlasmaClient::All Objects are in use.");
}
}

Expand Down

0 comments on commit c8562f6

Please sign in to comment.