Skip to content

Commit

Permalink
input_chunk: change mem buf overlimit message to warning
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Jan 25, 2020
1 parent c94f5c8 commit 16778d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_input_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ size_t flb_input_chunk_set_limits(struct flb_input_instance *in)
static inline int flb_input_chunk_protect(struct flb_input_instance *i)
{
if (flb_input_chunk_is_overlimit(i) == FLB_TRUE) {
flb_debug("[input] %s paused (mem buf overlimit)",
flb_warn("[input] %s paused (mem buf overlimit)",
i->name);
if (!flb_input_buf_paused(i)) {
if (i->p->cb_pause) {
Expand Down

0 comments on commit 16778d1

Please sign in to comment.