Kentaro Hayashi
null+****@clear*****
Wed Oct 4 12:02:14 JST 2017
Kentaro Hayashi 2017-10-04 12:02:14 +0900 (Wed, 04 Oct 2017) New Revision: b042a3227655c90cfb7d9955897596bb161c4278 https://github.com/groonga/groonga/commit/b042a3227655c90cfb7d9955897596bb161c4278 Merged 31aef02: Merge pull request #764 from kenhys/suppress-expired Message: io: set proper log level to DEBUG It should be DEBUG because it doesn't cause problem by itself. This message is logged when mapped area for indexes is unmapped. Modified files: lib/io.c Modified: lib/io.c (+1 -1) =================================================================== --- lib/io.c 2017-10-01 00:02:17 +0900 (5dbd7d80e) +++ lib/io.c 2017-10-04 12:02:14 +0900 (a20fef614) @@ -1359,7 +1359,7 @@ grn_io_expire(grn_ctx *ctx, grn_io *io, int count_thresh, uint32_t limit) break; } if (n) { - GRN_LOG(ctx, GRN_LOG_INFO, "<%p:%x> expired i=%p max=%d (%d/%d)", + GRN_LOG(ctx, GRN_LOG_DEBUG, "<%p:%x> expired i=%p max=%d (%d/%d)", ctx, grn_gtick, io, io->max_map_seg, n, ln); } return n; -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171004/f2b73548/attachment-0001.htm