From e9d6b1d19fc35e611aa5a6020c0b531dee96d77d Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 28 May 2000 20:11:56 +0000 Subject: Kosmetic change in debugging. --- proto/ospf/lsupd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 6ae6866..984f96e 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -249,7 +249,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, return; } - debug("%s: Received LS upd from (%I)\n", p->name, n->ip); + debug("%s: Received LS upd from %I\n", p->name, n->ip); lsa=(struct ospf_lsa_header *)(ps+1); area=htonl(ps->ospf_packet.areaid); -- cgit v1.2.3