X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.c;h=977b98b60b000d7375da10627545731b8393d87b;hb=d9164d1d24e4100e14b269f170ac5266463f2028;hp=70c2932804b0c4f02fe6c7fdca7cfc20a8cb3ae7;hpb=9c2883e6ceb9ba9f635eafb797a560db4aa8f151;p=meshlink diff --git a/src/node.c b/src/node.c index 70c29328..977b98b6 100644 --- a/src/node.c +++ b/src/node.c @@ -112,7 +112,6 @@ node_t *lookup_node_udp(meshlink_handle_t *mesh, const sockaddr_t *sa) { void update_node_udp(meshlink_handle_t *mesh, node_t *n, const sockaddr_t *sa) { if(n == mesh->self) { - logger(mesh, MESHLINK_WARNING, "Trying to update UDP address of mesh->self!"); return; }