[Groonga-commit] groonga/groonga at 8a243cf [master] Remove a needless new line

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 5 11:58:09 JST 2014


Kouhei Sutou	2014-10-05 11:58:09 +0900 (Sun, 05 Oct 2014)

  New Revision: 8a243cf044d55ba21b063752714bd2c0fa138d07
  https://github.com/groonga/groonga/commit/8a243cf044d55ba21b063752714bd2c0fa138d07

  Message:
    Remove a needless new line

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2014-10-05 10:49:54 +0900 (0011676)
+++ lib/db.c    2014-10-05 11:58:09 +0900 (ebe96ea)
@@ -7925,7 +7925,7 @@ grn_token_filters_unpack(grn_ctx *ctx,
     token_filter = grn_ctx_at(ctx, token_filter_id);
     if (!token_filter) {
       ERR(GRN_INVALID_ARGUMENT,
-          "nonexistent token filter ID: %d\n", token_filter_id);
+          "nonexistent token filter ID: %d", token_filter_id);
       return;
     }
     GRN_PTR_PUT(ctx, token_filters, token_filter);
-------------- next part --------------
HTML����������������������������...
下载 



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