diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 17:29:33 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 17:29:33 +0100 |
commit | 34a877ccac25d38172716d3d2488449c870cad0b (patch) | |
tree | 633e46d33ceab3d67f8c4b6427384930fca95777 /proto/ospf/rt.c | |
parent | 8a70a13e7e79afa6818b10cf64d4f1ae4cf89e4b (diff) |
Minor updates.
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; |