[Groonga-commit] groonga/groonga at cfb4c0a [master] fuzzy_search: fix error message

Back to archive index
Kouhei Sutou null+****@clear*****
Thu Oct 11 15:27:22 JST 2018


Kouhei Sutou	2018-10-11 15:27:22 +0900 (Thu, 11 Oct 2018)

  Revision: cfb4c0a1d46989722038e22f6d0548c3d93fdc03
  https://github.com/groonga/groonga/commit/cfb4c0a1d46989722038e22f6d0548c3d93fdc03

  Message:
    fuzzy_search: fix error message

  Modified files:
    lib/proc/proc_fuzzy_search.c

  Modified: lib/proc/proc_fuzzy_search.c (+1 -1)
===================================================================
--- lib/proc/proc_fuzzy_search.c    2018-10-11 15:27:11 +0900 (56ebb858e)
+++ lib/proc/proc_fuzzy_search.c    2018-10-11 15:27:22 +0900 (a5ca2dbae)
@@ -314,7 +314,7 @@ selector_fuzzy_search(grn_ctx *ctx, grn_obj *table, grn_obj *index,
 
   if ((nargs - 1) < 2) {
     GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT,
-                     "fuzzy_search(): wrong number of arguments (%d ...)",
+                     "fuzzy_search(): wrong number of arguments (%d for 2..)",
                      nargs - 1);
     rc = ctx->rc;
     goto exit;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181011/87ec592c/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index