pgj commented on code in PR #4887:
URL: https://github.com/apache/couchdb/pull/4887#discussion_r1411467012


##########
src/weatherreport/src/weatherreport_check_search.erl:
##########
@@ -54,7 +69,11 @@ check(_Opts) ->
     end.
 
 -spec format(term()) -> {io:format(), [term()]}.
+format(clouseau_not_configured) ->
+    {"Clouseau service is not configured", []};
 format({clouseau_ok, SearchNode}) ->
     {"Local search node at ~w responding ok", [SearchNode]};
+format({clouseau_node, SearchNode}) ->
+    {"Search node name ~s is not recognised", [SearchNode]};

Review Comment:
   "recognised" is the UK spelling.  I think the US spelling ("recognized") is 
used in this project, but I may be wrong here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to