[Groonga-commit] groonga/groonga at 932bc89 [master] Add TODO comments

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 28 15:52:22 JST 2016


Kouhei Sutou	2016-07-28 15:52:22 +0900 (Thu, 28 Jul 2016)

  New Revision: 932bc89060a6ec15e257a9c6dca5e09981451630
  https://github.com/groonga/groonga/commit/932bc89060a6ec15e257a9c6dca5e09981451630

  Message:
    Add TODO comments

  Modified files:
    lib/db.c

  Modified: lib/db.c (+2 -0)
===================================================================
--- lib/db.c    2016-07-28 15:42:44 +0900 (caa7c17)
+++ lib/db.c    2016-07-28 15:52:22 +0900 (2ba7f4e)
@@ -8213,6 +8213,7 @@ grn_obj_spec_save(grn_ctx *ctx, grn_db_obj *obj)
     default :
       break;
     }
+    /* TODO: reduce log level. */
     GRN_LOG(ctx, GRN_LOG_NOTICE,
             "spec:%u:update:%.*s:%u(%s):%u%s%.*s%s",
             obj->id,
@@ -9199,6 +9200,7 @@ _grn_obj_remove_spec(grn_ctx *ctx, grn_obj *db, grn_id id, uint8_t type)
   uint32_t name_size = 0;
 
   name = _grn_table_key(ctx, db, id, &name_size);
+  /* TODO: reduce log level. */
   GRN_LOG(ctx, GRN_LOG_NOTICE,
           "spec:%u:remove:%.*s:%u(%s)",
           id,
-------------- next part --------------
HTML����������������������������...
Descargar 



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