Fixed debug message broken in 45b25ffb2e8c.

This commit is contained in:
Zhidao HONG 2021-12-03 12:08:54 +08:00
parent 2a087fa565
commit a6a884ebdb

View file

@ -627,7 +627,8 @@ nxt_var_query_finish(nxt_task_t *task, nxt_var_query_t *query)
nxt_array_reset(&query->parts);
nxt_debug(task, "var: \"%*s\" -> \"%V\"", length, src, val[i].value);
nxt_debug(task, "var: \"%*s\" -> \"%V\"", var->length, src,
val[i].value);
}
done: