[Groonga-commit] groonga/groonga at 35c5d63 [master] ii: add a missing "]" in log

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 16 10:34:34 JST 2018


Kouhei Sutou	2018-04-16 10:34:34 +0900 (Mon, 16 Apr 2018)

  New Revision: 35c5d635e4a8d9e6358a198ed4fc6f40a6199e8c
  https://github.com/groonga/groonga/commit/35c5d635e4a8d9e6358a198ed4fc6f40a6199e8c

  Message:
    ii: add a missing "]" in log

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+2 -2)
===================================================================
--- lib/ii.c    2018-04-13 17:52:52 +0900 (8bf3dcd1c)
+++ lib/ii.c    2018-04-16 10:34:34 +0900 (489025eab)
@@ -3857,7 +3857,7 @@ buffer_split(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
                           {
                             DEFINE_NAME(ii);
                             ERR(rc,
-                                "[ii][buffer[merge] "
+                                "[ii][buffer][merge] "
                                 "failed to unmap a destination chunk2: "
                                 "<%.*s> :"
                                 "segment:<%u>, "
@@ -3903,7 +3903,7 @@ buffer_split(grn_ctx *ctx, grn_ii *ii, uint32_t seg, grn_hash *h)
                     {
                       DEFINE_NAME(ii);
                       ERR(rc,
-                          "[ii][buffer[merge] "
+                          "[ii][buffer][merge] "
                           "failed to unmap a destination chunk1: "
                           "<%.*s> :"
                           "segment:<%u>, "
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180416/ccfea944/attachment.htm 



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