diff --git a/src/stick_table.c b/src/stick_table.c index 24324137b..6eea7cbbb 100644 --- a/src/stick_table.c +++ b/src/stick_table.c @@ -2483,7 +2483,7 @@ static enum act_parse_ret parse_inc_gpc(const char **args, int *arg, struct prox } else { /* default stick table id. */ - memprintf(err, "invalid gpc ID '%s'. Expects sc-set-gpc(,)", args[*arg-1]); + memprintf(err, "invalid gpc ID '%s'. Expects sc-inc-gpc(,)", args[*arg-1]); return ACT_RET_PRS_ERR; } rule->action = ACT_CUSTOM;