summaryrefslogtreecommitdiffstats
path: root/proto
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-10-06 22:48:49 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-10-06 22:48:49 +0200
commit32f95476a8d60508ca9d24fe20b09899b72de9d7 (patch)
tree84c2084a43f5c76e5feff07a3b8cafb521d067f1 /proto
parent35c875f0d1eb7c72e0b0ab8a90eb32cbcbfdac02 (diff)
downloadbird-32f95476a8d60508ca9d24fe20b09899b72de9d7.tar
bird-32f95476a8d60508ca9d24fe20b09899b72de9d7.zip
Signal problems with route installation to kernel tables.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c
index 3076297..df67d5a 100644
--- a/proto/ospf/packet.c
+++ b/proto/ospf/packet.c
@@ -499,7 +499,7 @@ ospf_err_hook(sock * sk, int err)
{
// struct ospf_iface *ifa= (struct ospf_iface *) (sk->data);
// struct proto *p = (struct proto *) (ifa->oa->po);
- log(L_ERR "OSPF: Socket error: %m", err);
+ log(L_ERR "OSPF: Socket error: %M", err);
}
void