[Groonga-commit] groonga/groonga at 946e115 [master] Use tag in message

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jun 5 16:32:09 JST 2017


Kouhei Sutou	2017-06-05 16:32:09 +0900 (Mon, 05 Jun 2017)

  New Revision: 946e115d4297c8349b046e6505ce9b3855f2b0e3
  https://github.com/groonga/groonga/commit/946e115d4297c8349b046e6505ce9b3855f2b0e3

  Message:
    Use tag in message

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+3 -2)
===================================================================
--- lib/ii.c    2017-06-05 16:30:45 +0900 (79f0fb5)
+++ lib/ii.c    2017-06-05 16:32:09 +0900 (205687e)
@@ -10297,9 +10297,10 @@ grn_ii_buffer_commit(grn_ctx *ctx, grn_ii_buffer *ii_buffer)
   grn_close(ii_buffer->tmpfd);
   if (grn_unlink(ii_buffer->tmpfpath) == 0) {
     GRN_LOG(ctx, GRN_LOG_INFO,
-            "removed path on grn_ii_buffer_commit(): <%s>", ii_buffer->tmpfpath);
+            "[ii][buffer][commit] removed temporary path: <%s>",
+            ii_buffer->tmpfpath);
   } else {
-    ERRNO_ERR("failed to remove path on grn_ii_buffer_commit(): <%s>",
+    ERRNO_ERR("[ii][buffer][commit] failed to remove temporary path: <%s>",
               ii_buffer->tmpfpath);
   }
   ii_buffer->tmpfd = -1;
-------------- next part --------------
HTML����������������������������...
下載 



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