mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Added \n in debug.
This commit is contained in:
parent
7e1c7efae2
commit
3e86455606
@ -69,7 +69,7 @@ downint(struct ospf_iface *ifa)
|
|||||||
|
|
||||||
WALK_LIST(n,ifa->neigh_list)
|
WALK_LIST(n,ifa->neigh_list)
|
||||||
{
|
{
|
||||||
debug("%s: Removing neighbor %I", p->name, n->ip);
|
debug("%s: Removing neighbor %I\n", p->name, n->ip);
|
||||||
ospf_neigh_remove(n);
|
ospf_neigh_remove(n);
|
||||||
}
|
}
|
||||||
rem_node(NODE ifa);
|
rem_node(NODE ifa);
|
||||||
|
Loading…
Reference in New Issue
Block a user