[Groonga-commit] groonga/groonga at 5b6ae88 [master] Remove duplicated term

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 4 16:38:38 JST 2016


Kouhei Sutou	2016-11-04 16:38:38 +0900 (Fri, 04 Nov 2016)

  New Revision: 5b6ae880df07312280c7527e914ae315a9876d03
  https://github.com/groonga/groonga/commit/5b6ae880df07312280c7527e914ae315a9876d03

  Message:
    Remove duplicated term

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2016-11-04 12:30:33 +0900 (f8ca3a2)
+++ lib/db.c    2016-11-04 16:38:38 +0900 (892e7cb)
@@ -10026,7 +10026,7 @@ grn_obj_register(grn_ctx *ctx, grn_obj *db, const char *name, unsigned int name_
         rc = GRN_NO_MEMORY_AVAILABLE;
       }
       ERR(rc,
-          "[object][register] failed to to register a name: <%.*s>%s%s%s",
+          "[object][register] failed to register a name: <%.*s>%s%s%s",
           name_size, name,
           ctx->rc == GRN_SUCCESS ? "" : ": <",
           ctx->rc == GRN_SUCCESS ? "" : ctx->errbuf,
-------------- next part --------------
HTML����������������������������...
下载 



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