0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00

Table: tame warnings around unused debug messages

This commit is contained in:
Maria Matejka 2024-10-11 12:23:15 +02:00
parent 716472957b
commit 02de88de41

View File

@ -1151,14 +1151,18 @@ rt_notify_accepted(struct channel *c, const struct rt_export_feed *feed)
/* Just a debug message for the last case */
else
{
RT_NOTIFY_DEBUG("route %u id %u is suboptimal, not checking", i, r->id);
}
}
/* Nothing to export */
if (!idempotent && (new_best || old_best))
do_rt_notify(c, feed->ni->addr, new_best, old_best);
else
{
RT_NOTIFY_DEBUG("nothing to export for %N", feed->ni->addr);
}
}
void