Added \n in debug.

This commit is contained in:
Ondrej Filip 2000-05-30 18:21:51 +00:00
parent 7e1c7efae2
commit 3e86455606

View file

@ -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);