1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Filter: Improve typecheck error messages

This commit is contained in:
Ondrej Zajicek (work)
2019-11-05 15:13:57 +01:00
parent c00c20a799
commit 87512e9751
5 changed files with 71 additions and 9 deletions

View File

@@ -174,7 +174,7 @@ interpret(struct filter_state *fs, const struct f_line *line, struct f_val *val)
#define curline fstk->estk[fstk->ecnt-1]
#if DEBUGGING
#ifdef LOCAL_DEBUG
debug("Interpreting line.");
f_dump_line(line, 1);
#endif