From 2df7e077c7a6c4c463e3eede235598a16783820f Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Thu, 22 Feb 2024 16:13:13 +0100 Subject: [PATCH] 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. --- src/log.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/log.c b/src/log.c index 64a383ba0..cd8404b0f 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. * -- 2.47.3