[Groonga-commit] groonga/groonga at 18f54da [master] Add a missing format

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 26 15:12:07 JST 2015


Kouhei Sutou	2015-06-26 15:12:07 +0900 (Fri, 26 Jun 2015)

  New Revision: 18f54dac2ab56d5d2357aeb7ff5942123fcb3bf7
  https://github.com/groonga/groonga/commit/18f54dac2ab56d5d2357aeb7ff5942123fcb3bf7

  Message:
    Add a missing format

  Modified files:
    lib/io.c

  Modified: lib/io.c (+2 -1)
===================================================================
--- lib/io.c    2015-06-26 15:09:36 +0900 (6fe9ac0)
+++ lib/io.c    2015-06-26 15:12:07 +0900 (3cee03f)
@@ -316,7 +316,8 @@ grn_io_create(grn_ctx *ctx, const char *path, uint32_t header_size, uint32_t seg
       grn_fileinfo_close(ctx, fis);
       if (grn_unlink(path) == -1) {
         GRN_LOG(ctx, GRN_LOG_ERROR,
-                "failed to grn_unlink() path on grn_io_create() error: <%s>",
+                "failed to grn_unlink() path on grn_io_create() error: "
+                "<%s>: <%s>",
                 path, grn_strerror(errno));
       }
     }
-------------- next part --------------
HTML����������������������������...
Download 



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