null+****@clear*****
null+****@clear*****
2012年 2月 15日 (水) 21:08:52 JST
Daijiro MORI 2012-02-15 21:08:52 +0900 (Wed, 15 Feb 2012)
New Revision: 17a5b0f6f50ac906ebc0ff76939426d26a7cef66
Log:
grn_ii_buffer: remove an unnecessary log event.
Modified files:
lib/ii.c
Modified: lib/ii.c (+0 -4)
===================================================================
--- lib/ii.c 2012-02-15 19:16:13 +0900 (93eb778)
+++ lib/ii.c 2012-02-15 21:08:52 +0900 (bc88833)
@@ -6681,10 +6681,6 @@ grn_ii_buffer_tokenize(grn_ctx *ctx, grn_ii_buffer *ii_buffer,
}
}
grn_token_close(ctx, token);
- if (ii_buffer->block_pos + value_len < block_pos) {
- GRN_LOG(ctx, GRN_LOG_WARNING, "%d < %d",
- value_len, block_pos - ii_buffer->block_pos);
- }
}
ii_buffer->block_pos = block_pos;
}