[Groonga-commit] groonga/groonga at cb575b9 [master] grndb: use GRN_LOG_DEFAULT_LEVEL

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jun 7 16:32:28 JST 2017


Kouhei Sutou	2017-06-07 16:32:28 +0900 (Wed, 07 Jun 2017)

  New Revision: cb575b9e430134a3f53deee5b6fcce0606423d87
  https://github.com/groonga/groonga/commit/cb575b9e430134a3f53deee5b6fcce0606423d87

  Message:
    grndb: use GRN_LOG_DEFAULT_LEVEL

  Modified files:
    src/grndb.c

  Modified: src/grndb.c (+1 -1)
===================================================================
--- src/grndb.c    2017-06-07 16:28:44 +0900 (321781b)
+++ src/grndb.c    2017-06-07 16:32:28 +0900 (ae72cb6)
@@ -121,7 +121,7 @@ main(int argc, char **argv)
 {
   int exit_code = EXIT_SUCCESS;
   const char *log_path = GRN_LOG_PATH;
-  grn_log_level log_level = GRN_LOG_NOTICE;
+  grn_log_level log_level = GRN_LOG_DEFAULT_LEVEL;
 
   {
     int i;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る