Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #764 from kenhys/suppress-expired
Browse files Browse the repository at this point in the history
io: set proper log level to DEBUG
  • Loading branch information
kou committed Oct 4, 2017
2 parents 15ee139 + b042a32 commit 31aef02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/io.c
Expand Up @@ -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;
Expand Down

0 comments on commit 31aef02

Please sign in to comment.