Skip to content

Commit

Permalink
Fix typo in logging.error (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisvalentiner authored and axsaucedo committed Nov 26, 2019
1 parent 627b6bd commit 8160636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ private SeldonMessage queryREST(
APIException.ApiExceptionType.ENGINE_MICROSERVICE_ERROR, e.toString());
}
}
logger.error("Failed to retrueve predictions after {} attempts", restRetries);
logger.error("Failed to retrieve predictions after {} attempts", restRetries);
throw new APIException(
APIException.ApiExceptionType.ENGINE_MICROSERVICE_ERROR,
String.format("Failed to retrieve predictions after %d attempts", restRetries));
Expand Down

0 comments on commit 8160636

Please sign in to comment.