Add ability to use proxies to connect to hostnames when there is no nameserver.
[oweals/tinc.git] / src / node.c
index d6156b6a319945e456bec8f3c68690e0b569101b..cf70f8380e12df58641c01d03740135dc3252b13 100644 (file)
@@ -142,7 +142,7 @@ node_t *lookup_node_udp(const sockaddr_t *sa) {
 
 void update_node_udp(node_t *n, const sockaddr_t *sa) {
        if(n == myself) {
-               logger(LOG_WARNING, "Trying to update UDP address of myself!\n");
+               logger(LOG_WARNING, "Trying to update UDP address of myself!");
                return;
        }