commit | fb31c0fea38c863ddcda56f46c36f065340b9e32 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <linux@pilot.org.ua> | Tue Sep 18 09:03:13 2007 +0000 |
committer | Denis Ovsienko <linux@pilot.org.ua> | Tue Sep 18 09:03:13 2007 +0000 |
tree | 5ccad0644a6b04eb127c36dc651155dbcf9eb2ac | |
parent | f102e75f613af740241dfa7253a2362c7935b9a8 [diff] [blame] |
+ fix missing arg to zlog_warn()
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c index 862735b..6368142 100644 --- a/ospfd/ospf_interface.c +++ b/ospfd/ospf_interface.c
@@ -785,7 +785,7 @@ if (ospf != NULL) ospf_adjust_sndbuflen (ospf, oi->ifp->mtu); else - zlog_warn ("%s: ospf_lookup() returned NULL"); + zlog_warn ("%s: ospf_lookup() returned NULL", __func__); ospf_if_stream_set (oi); OSPF_ISM_EVENT_SCHEDULE (oi, ISM_InterfaceUp); }