diff --git a/src/flb_input_chunk.c b/src/flb_input_chunk.c index d6aac71d855..ca02e6fca68 100644 --- a/src/flb_input_chunk.c +++ b/src/flb_input_chunk.c @@ -526,8 +526,8 @@ int flb_input_chunk_find_space_new_data(struct flb_input_chunk *ic, } if (count != 0) { - flb_error("[input chunk] fail to drop enough chunks in order to place new data"); - exit(0); + flb_error("[input chunk] fail to drop enough chunks in order to place " + "new data coming from input plugin %s", flb_input_name(ic->in)); } return 0;