mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
better log() usage.
This commit is contained in:
parent
27f49a2c3c
commit
874654076a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user