diff options
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r-- | proto/ospf/rt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 60e48cf8..ae815b3c 100644 --- a/proto/ospf/rt.c +++ b/proto/ospf/rt.c @@ -868,8 +868,8 @@ ospf_ext_spf(struct proto_ospf *po) if (pxlen < 0) { - log("%s: Invalid mask in LSA. ID: %R, RT: %R, Type: %u", - p->name, en->lsa.id, en->lsa.rt, en->lsa.type); + log(L_WARN "%s: Invalid mask in LSA (Type: %04x, Id: %R, Rt: %R)", + p->name, en->lsa.type, en->lsa.id, en->lsa.rt); continue; } nhi = NULL; |