mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Bugfix in logging.
This commit is contained in:
parent
dd44b2ce90
commit
365211d588
@ -65,7 +65,7 @@ ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
|
||||
|
||||
if((unsigned)ipa_mklen(mask)!=ifa->iface->addr->pxlen)
|
||||
{
|
||||
log("%s%s%I%s%Ibad netmask %I.", p->name, beg, nrid, rec,
|
||||
log("%s%s%I%sbad netmask %I.", p->name, beg, nrid, rec,
|
||||
mask);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user