Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 8 Mar 2012 20:15:08 +0000 (21:15 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 8 Mar 2012 20:15:08 +0000 (21:15 +0100)
Conflicts:
src/net_packet.c

1  2 
src/net_packet.c
src/net_setup.c

@@@ -524,7 -537,7 +524,7 @@@ static void send_udppacket(node_t *n, v
                        if(n->mtu >= origlen)
                                n->mtu = origlen - 1;
                } else
-                       logger(DEBUG_ALWAYS, LOG_ERR, "Error sending packet to %s (%s): %s", n->name, n->hostname, sockstrerror(sockerrno));
 -                      ifdebug(TRAFFIC) logger(LOG_WARNING, "Error sending packet to %s (%s): %s", n->name, n->hostname, sockstrerror(sockerrno));
++                      logger(DEBUG_TRAFFIC, LOG_WARNING, "Error sending packet to %s (%s): %s", n->name, n->hostname, sockstrerror(sockerrno));
        }
  
  end:
diff --cc src/net_setup.c
Simple merge