diff options
-rw-r--r-- | filter/filter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/filter.c b/filter/filter.c index 5549c56c..b02fe0c3 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -154,7 +154,7 @@ calc_tunnel_encap(const struct f_tree *t, int *type) } if (t->from.type != T_SUB_TLV) { - debug("Not tlv %d\n", t->from.type); + DBG("Not tlv %d\n", t->from.type); return -1; } @@ -222,7 +222,7 @@ build_tunnel_encap_rec(void *p, const struct f_tree *t) return p; if (t->from.type != T_SUB_TLV) { - debug("Not tlv %d\n", t->from.type); + DBG("Not tlv %d\n", t->from.type); return p; } |