[Groonga-commit] groonga/groonga at 3993ea8 [master] Fix space position

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 2 09:27:32 JST 2017


Kouhei Sutou	2017-11-02 09:27:32 +0900 (Thu, 02 Nov 2017)

  New Revision: 3993ea86a73b141eea9af9aab1e79157c582252f
  https://github.com/groonga/groonga/commit/3993ea86a73b141eea9af9aab1e79157c582252f

  Message:
    Fix space position

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+3 -3)
===================================================================
--- lib/ii.c    2017-11-01 10:55:22 +0900 (cd76d6777)
+++ lib/ii.c    2017-11-02 09:27:32 +0900 (d6ac9f917)
@@ -3446,7 +3446,7 @@ buffer_flush(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
           {
             DEFINE_NAME(ii);
             MERR("[ii][buffer][flush] failed to map a source chunk: "
-                 "<%.*s> :"
+                 "<%.*s>: "
                  "segment:<%u>, source-segment:<%u>, chunk-size:<%u>",
                  name_size, name,
                  seg,
@@ -3457,7 +3457,7 @@ buffer_flush(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
       } else {
         DEFINE_NAME(ii);
         MERR("[ii][buffer][flush] failed to allocate a destination chunk: "
-             "<%.*s> :"
+             "<%.*s>: "
              "segment:<%u>, destination-segment:<%u>",
              name_size, name,
              seg,
@@ -3467,7 +3467,7 @@ buffer_flush(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
     } else {
       DEFINE_NAME(ii);
       MERR("[ii][buffer][flush] failed to allocate a destination segment: "
-           "<%.*s> :"
+           "<%.*s>: "
            "segment:<%u>, destination-segment:<%u>",
            name_size, name,
            seg,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171102/6f2068d0/attachment-0001.htm 



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