]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Added \n in debug.
authorOndrej Filip <feela@network.cz>
Tue, 30 May 2000 18:21:51 +0000 (18:21 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 30 May 2000 18:21:51 +0000 (18:21 +0000)
proto/ospf/iface.c

index e8910a8bbff15c57aa0f02127c483b2811375b04..6f0d1340e98f5fae523c6924d48cfc3d05f13757 100644 (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);