diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-13 21:03:41 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-13 21:03:41 +0200 |
commit | 365211d5886ec59a543e9fbc2151d6218561c18c (patch) | |
tree | e9a0a6858fc39398b01883f85b22628568148748 | |
parent | dd44b2ce90950033c5c5419db67a1d53fb177f71 (diff) | |
download | bird-365211d5886ec59a543e9fbc2151d6218561c18c.tar bird-365211d5886ec59a543e9fbc2151d6218561c18c.zip |
Bugfix in logging.
-rw-r--r-- | proto/ospf/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.c b/proto/ospf/hello.c index aa454f5..d902bbd 100644 --- a/proto/ospf/hello.c +++ b/proto/ospf/hello.c @@ -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; } |