CLEANUP: log: fix obsolete comment for add_sample_to_logformat_list()

Since 833cc794 ("MEDIUM: sample: handle comma-delimited converter list")
logformat expressions now support having a comma-delimited converter list
right after the fetch. Let's remove a leftover comment from the initial
implementation that says otherwise.
This commit is contained in:
Aurelien DARRAGON 2024-02-22 16:13:13 +01:00
parent b0dd4810e7
commit 2df7e077c7

View File

@ -401,8 +401,7 @@ int add_to_logformat_list(char *start, char *end, int type, struct list *list_fo
/* /*
* Parse the sample fetch expression <text> and add a node to <list_format> upon * Parse the sample fetch expression <text> and add a node to <list_format> upon
* success. At the moment, sample converters are not yet supported but fetch arguments * success. The curpx->conf.args.ctx must be set by the caller. If an end pointer
* should work. The curpx->conf.args.ctx must be set by the caller. If an end pointer
* is passed in <endptr>, it will be updated with the pointer to the first character * is passed in <endptr>, it will be updated with the pointer to the first character
* not part of the sample expression. * not part of the sample expression.
* *