Skip to content

Commit

Permalink
flb_input: Add missing input resume message
Browse files Browse the repository at this point in the history
This commit will add a resume message, when a paused
input plugin is resumed.

Signed-off-by: Richard Treu <richard.treu@sap.com>
  • Loading branch information
drbugfinder-work committed Apr 11, 2024
1 parent 64214ad commit f6137ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flb_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,7 @@ int flb_input_resume(struct flb_input_instance *ins)
flb_input_thread_instance_resume(ins);
}
else {
flb_info("[input] resume %s", flb_input_name(ins));
ins->p->cb_resume(ins->context, ins->config);
}
}
Expand Down

0 comments on commit f6137ec

Please sign in to comment.