Skip to content

Commit

Permalink
remove nullptr.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Dec 23, 2022
1 parent 53d26dc commit cecbe3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/storage/StorageClientBase-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ folly::Future<StatusOr<Response>> StorageClientBase<ClientType, ClientManagerTyp
} else {
auto partsId = getReqPartsId(request);
invalidLeader(spaceId, partsId);
LOG(ERROR) << "Request to " << host << " failed: " << ex->what();
LOG(ERROR) << "Request to " << host << " failed.";
}
return Status::Error("RPC failure in StorageClient, probably timeout: %s", ex->what());
});
Expand Down

0 comments on commit cecbe3b

Please sign in to comment.