From: Ondrej Filip Date: Tue, 30 May 2000 18:21:51 +0000 (+0000) Subject: Added \n in debug. X-Git-Tag: v1.2.0~785 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e8645560624ac70ccc6d5f96fabcdae0a87cf4d;p=thirdparty%2Fbird.git Added \n in debug. --- diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index e8910a8bb..6f0d1340e 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -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);