diff --git a/src/stick_table.c b/src/stick_table.c index 99b1d3334..507bd094a 100644 --- a/src/stick_table.c +++ b/src/stick_table.c @@ -2579,7 +2579,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;