summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-05-09 00:10:10 +0200
committerOndrej Filip <feela@network.cz>2000-05-09 00:10:10 +0200
commit77fbd315dfa2dd6b8252cf13386d8b8480234bcc (patch)
tree0278e990bfbcf140f0a0e3f749791b14cbc065fd /proto
parentb57a45b81a74c091bbc71966a7c6aacebaf34e57 (diff)
downloadbird-77fbd315dfa2dd6b8252cf13386d8b8480234bcc.tar
bird-77fbd315dfa2dd6b8252cf13386d8b8480234bcc.zip
Better debug output.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c
index b405a66..e01a019 100644
--- a/proto/ospf/lsupd.c
+++ b/proto/ospf/lsupd.c
@@ -229,7 +229,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
if(n->state<NEIGHBOR_EXCHANGE)
{
debug("%s: Received lsupd in lesser state than EXCHANGE from (%I)\n",
- p->name);
+ p->name,n->ip);
return;
}