From: Aurelien DARRAGON Date: Thu, 22 Feb 2024 15:13:13 +0000 (+0100) Subject: CLEANUP: log: fix obsolete comment for add_sample_to_logformat_list() X-Git-Tag: v3.0-dev5~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2df7e077c7a6c4c463e3eede235598a16783820f;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/src/log.c b/src/log.c index 64a383ba03..cd8404b0fc 100644 --- a/src/log.c +++ b/src/log.c @@ -401,8 +401,7 @@ int add_to_logformat_list(char *start, char *end, int type, struct list *list_fo /* * Parse the sample fetch expression and add a node to upon - * success. At the moment, sample converters are not yet supported but fetch arguments - * should work. The curpx->conf.args.ctx must be set by the caller. If an end pointer + * success. The curpx->conf.args.ctx must be set by the caller. If an end pointer * is passed in , it will be updated with the pointer to the first character * not part of the sample expression. *