[Groonga-commit] groonga/groonga [master] tokenizer mecab: fix wrong target name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 20 10:02:19 JST 2012


Kouhei Sutou	2012-11-20 10:02:19 +0900 (Tue, 20 Nov 2012)

  New Revision: 94236bf068738b9997e35fddf93c9ee55d4d0ef5
  https://github.com/groonga/groonga/commit/94236bf068738b9997e35fddf93c9ee55d4d0ef5

  Log:
    tokenizer mecab: fix wrong target name

  Modified files:
    plugins/tokenizers/mecab.c

  Modified: plugins/tokenizers/mecab.c (+1 -1)
===================================================================
--- plugins/tokenizers/mecab.c    2012-11-20 10:01:46 +0900 (5e9f6fd)
+++ plugins/tokenizers/mecab.c    2012-11-20 10:02:19 +0900 (4650c71)
@@ -119,7 +119,7 @@ mecab_init(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)
     GRN_PLUGIN_ERROR(ctx, GRN_TOKENIZER_ERROR,
                      "[tokenizer][mecab] "
                      "MeCab dictionary charset (%s) does not match "
-                     "the context encoding: <%s>",
+                     "the table encoding: <%s>",
                      grn_enctostr(sole_mecab_encoding),
                      grn_enctostr(query->encoding));
     return NULL;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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