--- embedaddon/bird/proto/ospf/hello.c	2017/08/22 12:33:54	1.1.1.1
+++ embedaddon/bird/proto/ospf/hello.c	2021/03/17 19:50:23	1.1.1.2
@@ -283,7 +283,7 @@ ospf_receive_hello(struct ospf_packet *pkt, struct osp
       if (!ipa_equal(faddr, n->ip))
       {
 	OSPF_TRACE(D_EVENTS, "Neighbor %R on %s changed IP address to %I",
-		   n->rid, ifa->ifname, n->ip, faddr);
+		   n->rid, ifa->ifname, faddr);
 	n->ip = faddr;
       }
     }