From: Ilya Shipitsin Date: Sat, 4 Apr 2020 07:59:53 +0000 (+0500) Subject: CLEANUP: log: fix comment of parse_logformat_string() X-Git-Tag: v2.2-dev7~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae40dbc93c4d47dd0e62a9a94647e9cbc12b9056;p=thirdparty%2Fhaproxy.git CLEANUP: log: fix comment of parse_logformat_string() "fmt" is passed to parse_logformat_string, adjust comment accordingly --- diff --git a/src/log.c b/src/log.c index c2153b84a8..5204de2b2d 100644 --- a/src/log.c +++ b/src/log.c @@ -551,7 +551,7 @@ int add_sample_to_logformat_list(char *text, char *arg, int arg_len, struct prox * You can set arguments using { } : %{many arguments}varname. * The curproxy->conf.args.ctx must be set by the caller. * - * str: the string to parse + * fmt: the string to parse * curproxy: the proxy affected * list_format: the destination list * options: LOG_OPT_* to force on every node