diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 19:31:03 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 19:31:03 +0200 |
commit | 874654076a9e3d2c36a248b3d3a4066dff76276b (patch) | |
tree | a6d29e6e02715fe29eacdd61a7c6946b5c777a4e | |
parent | 27f49a2c3c2a86b4822ff1980d751666ed8cee97 (diff) | |
download | bird-874654076a9e3d2c36a248b3d3a4066dff76276b.tar bird-874654076a9e3d2c36a248b3d3a4066dff76276b.zip |
better log() usage.
-rw-r--r-- | proto/ospf/lsreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index 0c63ed8..4e85fad 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -109,7 +109,7 @@ ospf_lsreq_receive(struct ospf_lsreq_packet *ps, if (ospf_hash_find(n->ifa->oa->gr, llsh->lsh.id, llsh->lsh.rt, llsh->lsh.type) == NULL) { - log("Received bad LS req from: %I looking: RT: %I, ID: %I, Type: %u", + log(L_WARN "Received bad LS req from: %I looking: RT: %I, ID: %I, Type: %u", n->ip, lsh->rt, lsh->id, lsh->type); ospf_neigh_sm(n, INM_BADLSREQ); rfree(upslab); |