Address review comment

This commit is contained in:
Jingyu Zhou 2020-07-10 18:07:17 -07:00
parent 5cc5d9cf1e
commit 749e3e9d86
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ACTOR Future<Void> waitFailureClient(RequestStream<ReplyPromise<Void>> waitFailu
if (!x.present()) {
if (trace) {
TraceEvent("WaitFailureClient")
.detail("PeerAddr", waitFailure.getEndpoint().getPrimaryAddress().toString());
.detail("FailedEndpoint", waitFailure.getEndpoint().getPrimaryAddress().toString());
}
return Void();
}