From 6e89caec6e0c1f2ac72473400fee7113451a9dd5 Mon Sep 17 00:00:00 2001 From: Jay Ford Date: Fri, 9 Jan 2026 23:01:17 +0000 Subject: [PATCH] Update expander.c to remove errant "Checking" output (#131) The errant "Checking" output (only when pipelining is enabled, by the way) results in bogus JSON output. --- expander.c | 1 - 1 file changed, 1 deletion(-) diff --git a/expander.c b/expander.c index f537046..e7aca8a 100644 --- a/expander.c +++ b/expander.c @@ -1274,7 +1274,6 @@ bgpq_expand(struct bgpq_expander *b) source = bgpq_get_source(mc->text); if (source){ if (pipelining){ - printf("Checking %s\n", bgpq_get_rset(mc->text)); bgpq_pipeline(b, NULL, NULL, "!s%s\n", source); if (b->family == AF_INET) bgpq_pipeline(b, bgpq_expanded_prefix,