mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +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)
|
||||
{
|
||||
debug("%s: Removing neighbor %I", p->name, n->ip);
|
||||
debug("%s: Removing neighbor %I\n", p->name, n->ip);
|
||||
ospf_neigh_remove(n);
|
||||
}
|
||||
rem_node(NODE ifa);
|
||||
|
Loading…
Reference in New Issue
Block a user