[Groonga-commit] groonga/groonga [master] fixed a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 5日 (月) 18:01:55 JST


Susumu Yata	2011-12-05 09:01:55 +0000 (Mon, 05 Dec 2011)

  New Revision: 9c4f1dd98c12f7edced5119bec12d4a6020c0e0a

  Log:
    fixed a typo.

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2011-12-05 08:44:35 +0000 (2227a8d)
+++ lib/db.c    2011-12-05 09:01:55 +0000 (b2b0285)
@@ -8087,7 +8087,7 @@ grn_table_sort_key_from_str(grn_ctx *ctx, const char *str, unsigned str_size,
           } else {
             if (r - p == 6 && memcmp(p, "_score", 6) == 0) {
               GRN_LOG(ctx, GRN_WARN,
-                      "ignore invalid score key: <%.*s>(<%.*s>)",
+                      "ignore invalid sort key: <%.*s>(<%.*s>)",
                       r - p, p, str_size, str);
             } else {
               WARN(GRN_INVALID_ARGUMENT,




Groonga-commit メーリングリストの案内
Back to archive index