This commit is contained in:
David Noble 2019-05-08 14:14:34 -07:00
Родитель aaea40f3dc
Коммит 0070ddec65
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -136,7 +136,7 @@ public final class RntbdTransportClient extends TransportClient implements AutoC
emitter.onSuccess(response);
} else {
reportIssueUnless(error instanceof DocumentClientException, logger, this,
"expected {}, not ", DocumentClientException.class, error);
"expected {}, not {}", DocumentClientException.class, error);
this.metrics.incrementErrorResponseCount();
emitter.onError(error);
}