Only log errors sending UDP packets when debug level >= 5.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 2 Mar 2012 15:09:58 +0000 (16:09 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 2 Mar 2012 15:09:58 +0000 (16:09 +0100)
commit63f8303a5dc1758876451a580a8317dbc3d295d6
treec1687507cb64d83f35c786095a2aa42a9bd443a8
parentae5249610954af17c68c547bb1b45ad286ad647e
Only log errors sending UDP packets when debug level >= 5.

Since tinc will fall back to TCP or route via another node, it is not necessary
to log such errors unconditionally.
src/net_packet.c