Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Mar 11, 2019
1 parent 683e3c3 commit f2a623d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public RestChannelConsumer doPrepareRequest(RestRequest request, XPackClient cli
}

if (Strings.isEmpty(request.param("type")) == false) {
throw new IllegalArgumentException("Custom types for monitoring is not supported. [" + MONITORING_ID + "]");
throw new IllegalArgumentException("Custom types for monitoring is not supported. [" + id + "]");
}

final String version = request.param(MONITORING_VERSION);
Expand Down

0 comments on commit f2a623d

Please sign in to comment.