[Groonga-commit] groonga/groonga [master] cut off verbose log

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 21日 (水) 13:39:44 JST


Daijiro MORI	2010-07-21 04:39:44 +0000 (Wed, 21 Jul 2010)

  New Revision: 7353ef5e40661ddfc431a2bfb80c331bbfb20eb3

  Log:
    cut off verbose log

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+0 -5)
===================================================================
--- lib/ii.c    2010-07-16 11:39:43 +0000 (a2ae87f)
+++ lib/ii.c    2010-07-21 04:39:44 +0000 (4f58d55)
@@ -5172,11 +5172,6 @@ token_info_open(grn_ctx *ctx, grn_obj *lexicon, grn_ii *ii,
         if ((ti->cursors = cursor_heap_open(ctx, GRN_HASH_SIZE(h)))) {
           GRN_HASH_EACH(ctx, h, id, &tp, NULL, NULL, {
             if ((s = grn_ii_estimate_size(ctx, ii, *tp))) {
-
-              int kkkey_size;
-              const char *kkkey = _grn_table_key(ctx, lexicon, *tp, &kkkey_size);
-              GRN_LOG(ctx, GRN_LOG_ERROR, "%d heap('%.*s')", *tp, kkkey_size, kkkey);
-
               cursor_heap_push(ctx, ti->cursors, ii, *tp, 0);
               ti->ntoken++;
               ti->size += s;




Groonga-commit メーリングリストの案内
Back to archive index