diff --git a/src/cfgparse.c b/src/cfgparse.c index fdaa6062b..938caf168 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -1844,7 +1844,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm) break; } else { - Alert("parsing [%s:%d] : '%s' expects 'code', 'prefix' or 'location' (was '%s').\n", + Alert("parsing [%s:%d] : '%s' expects 'code', 'prefix', 'location', 'set-cookie', 'clear-cookie' or 'drop-query' (was '%s').\n", file, linenum, args[0], args[cur_arg]); err_code |= ERR_ALERT | ERR_FATAL; goto out;