[Groonga-commit] groonga/groonga at 9408e93 [master] Show version in grn_init

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 11 20:13:33 JST 2015


Kouhei Sutou	2015-09-11 20:13:33 +0900 (Fri, 11 Sep 2015)

  New Revision: 9408e9364c06248c96f0831baaa987d4b59ec82b
  https://github.com/groonga/groonga/commit/9408e9364c06248c96f0831baaa987d4b59ec82b

  Message:
    Show version in grn_init

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2015-09-11 10:51:25 +0900 (a509b06)
+++ lib/ctx.c    2015-09-11 20:13:33 +0900 (4f34f4f)
@@ -951,7 +951,7 @@ grn_init(void)
             "failed to initialize request canceler (%d)", rc);
     return rc;
   }
-  GRN_LOG(ctx, GRN_LOG_NOTICE, "grn_init");
+  GRN_LOG(ctx, GRN_LOG_NOTICE, "grn_init: <%s>", grn_get_version());
   check_overcommit_memory(ctx);
   return rc;
 }
-------------- next part --------------
HTML����������������������������...
Descargar 



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