chiark / gitweb /
polypath: Do not separately log xmit failures
[secnet.git] / polypath.c
index 64284a30fa17f29225f4a5273b91853db03f5d1a..adac598b3505784f2a3065ad17e49fcb3a15c06f 100644 (file)
@@ -504,9 +504,6 @@ static void polypath_sendmsg_interf(struct polypath *st,
        }
        if (!(errno==EAFNOSUPPORT || errno==ENETUNREACH))
            reasonable=True;
-       lg_perror(LG,M_DEBUG,errno,"%s [%s] xmit %"PRIu32" bytes to %s",
-                 interf->name,iaddr_to_string(&us->addr),
-                 buf->size,iaddr_to_string(&dest->ia));
     }
     if (!wanted)
        return;