Added \n in debug.
This commit is contained in:
parent
7e1c7efae2
commit
3e86455606
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue