diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-28 22:11:56 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-28 22:11:56 +0200 |
commit | e9d6b1d19fc35e611aa5a6020c0b531dee96d77d (patch) | |
tree | 8759c4001ee81e768b570fa145e1f36eaa197701 /proto/ospf/lsupd.c | |
parent | f7c0525edcffc6c85d0e526c4c9741b06fc521d2 (diff) | |
download | bird-e9d6b1d19fc35e611aa5a6020c0b531dee96d77d.tar bird-e9d6b1d19fc35e611aa5a6020c0b531dee96d77d.zip |
Kosmetic change in debugging.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |