Kouhei Sutou
null+****@clear*****
Sat Feb 20 20:37:47 JST 2016
Kouhei Sutou 2016-02-20 20:37:47 +0900 (Sat, 20 Feb 2016) New Revision: b036dd8f4964f11d875de6d1d5aca781509e6621 https://github.com/groonga/groonga/commit/b036dd8f4964f11d875de6d1d5aca781509e6621 Message: snippet_full: use the same format Modified files: lib/proc/proc_snippet.c Modified: lib/proc/proc_snippet.c (+1 -1) =================================================================== --- lib/proc/proc_snippet.c 2016-02-20 20:36:47 +0900 (9a93318) +++ lib/proc/proc_snippet.c 2016-02-20 20:37:47 +0900 (c4f07cb) @@ -275,7 +275,7 @@ func_snippet_full(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_d GRN_TEXT_INIT(&inspected, 0); grn_inspect(ctx, &inspected, normalizer); GRN_PLUGIN_ERROR(ctx, GRN_INVALID_ARGUMENT, - "[snippet_full] not normalizer: <%.*s>", + "snippet_full(): not normalizer: <%.*s>", (int)GRN_TEXT_LEN(&inspected), GRN_TEXT_VALUE(&inspected)); GRN_OBJ_FIN(ctx, &inspected); -------------- next part -------------- HTML����������������������������...Download